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