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