Struct RoamStateType
#[repr(transparent)]pub struct RoamStateType(pub c_int);Expand description
E_QL_MCM_NW_ROAM_STATE_TYPE_T
Tuple Fields§
§0: c_intImplementations§
§impl RoamStateType
impl RoamStateType
Trait Implementations§
§impl Clone for RoamStateType
impl Clone for RoamStateType
§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 more§impl Debug for RoamStateType
impl Debug for RoamStateType
§impl PartialEq for RoamStateType
impl PartialEq for RoamStateType
§impl Serialize for RoamStateType
impl Serialize for RoamStateType
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