Struct RoamStateType
#[repr(transparent)]pub struct RoamStateType(pub i32);Expand description
E_QL_MCM_NW_ROAM_STATE_TYPE_T
Tuple Fields§
§0: i32Implementations§
Source§impl RoamStateType
impl RoamStateType
Sourcepub const OFF: RoamStateType
pub const OFF: RoamStateType
None, or roaming indicator off.
Sourcepub const ON: RoamStateType
pub const ON: RoamStateType
Roaming indicator on.
Trait Implementations§
Source§impl Clone for RoamStateType
impl Clone for RoamStateType
Source§fn clone(&self) -> RoamStateType
fn clone(&self) -> RoamStateType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RoamStateType
impl Debug for RoamStateType
Source§impl PartialEq for RoamStateType
impl PartialEq for RoamStateType
Source§impl Serialize for RoamStateType
impl Serialize for RoamStateType
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for RoamStateType
impl Eq for RoamStateType
impl StructuralPartialEq for RoamStateType
Auto Trait Implementations§
impl Freeze for RoamStateType
impl RefUnwindSafe for RoamStateType
impl Send for RoamStateType
impl Sync for RoamStateType
impl Unpin for RoamStateType
impl UnwindSafe for RoamStateType
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