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