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