Struct MSIHANDLE
#[repr(transparent)]pub struct MSIHANDLE(pub u32);
Tuple Fields§
§0: u32
Implementations§
§impl MSIHANDLE
impl MSIHANDLE
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for MSIHANDLE
impl Eq for MSIHANDLE
impl StructuralPartialEq for MSIHANDLE
Auto Trait Implementations§
impl Freeze for MSIHANDLE
impl RefUnwindSafe for MSIHANDLE
impl Send for MSIHANDLE
impl Sync for MSIHANDLE
impl Unpin for MSIHANDLE
impl UnwindSafe for MSIHANDLE
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