Struct RoamingStates
#[repr(transparent)]pub struct RoamingStates(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl RoamingStates
impl RoamingStates
§impl RoamingStates
impl RoamingStates
Trait Implementations§
§impl BitAnd for RoamingStates
impl BitAnd for RoamingStates
§impl BitAndAssign for RoamingStates
impl BitAndAssign for RoamingStates
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for RoamingStates
impl BitOr for RoamingStates
§impl BitOrAssign for RoamingStates
impl BitOrAssign for RoamingStates
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for RoamingStates
impl Clone for RoamingStates
§fn clone(&self) -> RoamingStates
fn clone(&self) -> RoamingStates
Returns a copy 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 RoamingStates
impl Debug for RoamingStates
§impl Default for RoamingStates
impl Default for RoamingStates
§fn default() -> RoamingStates
fn default() -> RoamingStates
Returns the “default value” for a type. Read more
§impl Not for RoamingStates
impl Not for RoamingStates
§impl PartialEq for RoamingStates
impl PartialEq for RoamingStates
impl Copy for RoamingStates
impl Eq for RoamingStates
impl StructuralPartialEq for RoamingStates
Auto Trait Implementations§
impl Freeze for RoamingStates
impl RefUnwindSafe for RoamingStates
impl Send for RoamingStates
impl Sync for RoamingStates
impl Unpin for RoamingStates
impl UnwindSafe for RoamingStates
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