Struct ImsConfig
#[repr(C)]pub struct ImsConfig {
pub volte_enabled_valid: u8,
pub volte_enabled: u8,
pub ims_enable_valid: u8,
pub ims_enable: u8,
pub sms_enabled_valid: u8,
pub sms_enabled: u8,
}Fields§
§volte_enabled_valid: u8Optional.
volte_enabled: u8§ims_enable_valid: u8Optional.
ims_enable: u8§sms_enabled_valid: u8Optional.
sms_enabled: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImsConfig
impl RefUnwindSafe for ImsConfig
impl Send for ImsConfig
impl Sync for ImsConfig
impl Unpin for ImsConfig
impl UnwindSafe for ImsConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more