Struct Slot
#[repr(transparent)]pub struct Slot(pub c_int);👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Tuple Fields§
§0: c_int👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Implementations§
§impl Slot
impl Slot
pub const UIM_SLOT_1: Self
👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
pub const UIM_SLOT_2: Self
👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
pub const UIM_SLOT_3: Self
👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
pub const UIM_SLOT_4: Self
👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
pub const UIM_SLOT_5: Self
👎Deprecated since 0.2.0: Use ‘mcm::sim’ module instead.
Trait Implementations§
impl Copy for Slot
impl Eq for Slot
impl StructuralPartialEq for Slot
Auto Trait Implementations§
impl Freeze for Slot
impl RefUnwindSafe for Slot
impl Send for Slot
impl Sync for Slot
impl Unpin for Slot
impl UnwindSafe for Slot
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