Struct x11_dl::xlib::_XkbKeyType
source · #[repr(C)]pub struct _XkbKeyType;
Auto Trait Implementations§
impl Freeze for _XkbKeyType
impl RefUnwindSafe for _XkbKeyType
impl Send for _XkbKeyType
impl Sync for _XkbKeyType
impl Unpin for _XkbKeyType
impl UnwindSafe for _XkbKeyType
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