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