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