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