#[repr(transparent)]pub struct Configflag(pub u32);Expand description
Configure Flag
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for Configflag
impl Clone for Configflag
Source§fn clone(&self) -> Configflag
fn clone(&self) -> Configflag
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 Configflag
impl Debug for Configflag
Source§impl Default for Configflag
impl Default for Configflag
Source§fn default() -> Configflag
fn default() -> Configflag
Returns the “default value” for a type. Read more
Source§impl PartialEq for Configflag
impl PartialEq for Configflag
impl Copy for Configflag
impl Eq for Configflag
impl StructuralPartialEq for Configflag
Auto Trait Implementations§
impl Freeze for Configflag
impl RefUnwindSafe for Configflag
impl Send for Configflag
impl Sync for Configflag
impl Unpin for Configflag
impl UnwindSafe for Configflag
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