pub struct IMFlag(/* private fields */);
Implementations§
Source§impl IMFlag
impl IMFlag
pub const NO_EXPLICIT: IMFlag
pub const NO_AUTOMATIC: IMFlag
pub const LED_DRIVES_KB: IMFlag
Trait Implementations§
Source§impl BitOrAssign<u8> for IMFlag
impl BitOrAssign<u8> for IMFlag
Source§fn bitor_assign(&mut self, other: u8)
fn bitor_assign(&mut self, other: u8)
Performs the
|=
operation. Read moreSource§impl Ord for IMFlag
impl Ord for IMFlag
Source§impl PartialOrd for IMFlag
impl PartialOrd for IMFlag
impl Copy for IMFlag
impl Eq for IMFlag
impl StructuralPartialEq for IMFlag
Auto Trait Implementations§
impl Freeze for IMFlag
impl RefUnwindSafe for IMFlag
impl Send for IMFlag
impl Sync for IMFlag
impl Unpin for IMFlag
impl UnwindSafe for IMFlag
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