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