#[repr(transparent)]pub struct MKSYS(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl MKSYS
impl MKSYS
pub const MKSYS_NONE: Self
pub const MKSYS_GENERICCOMPOSITE: Self
pub const MKSYS_FILEMONIKER: Self
pub const MKSYS_ANTIMONIKER: Self
pub const MKSYS_ITEMMONIKER: Self
pub const MKSYS_POINTERMONIKER: Self
pub const MKSYS_CLASSMONIKER: Self
pub const MKSYS_OBJREFMONIKER: Self
pub const MKSYS_SESSIONMONIKER: Self
pub const MKSYS_LUAMONIKER: Self
Trait Implementations§
Source§impl Abi for MKSYS
impl Abi for MKSYS
impl Copy for MKSYS
impl Eq for MKSYS
impl StructuralPartialEq for MKSYS
Auto Trait Implementations§
impl Freeze for MKSYS
impl RefUnwindSafe for MKSYS
impl Send for MKSYS
impl Sync for MKSYS
impl Unpin for MKSYS
impl UnwindSafe for MKSYS
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