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