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