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