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