pub struct OSContext {
pub kbd_ptr: *mut Keyboard,
}Fields§
§kbd_ptr: *mut KeyboardTrait Implementations§
Auto Trait Implementations§
impl !Send for OSContext
impl !Sync for OSContext
impl Freeze for OSContext
impl RefUnwindSafe for OSContext
impl Unpin for OSContext
impl UnsafeUnpin for OSContext
impl UnwindSafe for OSContext
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