pub struct KINT { /* private fields */ }Expand description
Key Interrupt Function
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KINT
impl RefUnwindSafe for KINT
impl !Sync for KINT
impl Unpin for KINT
impl UnwindSafe for KINT
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