Struct xkbcommon_dl::xkb_context
source · pub struct xkb_context;
Auto Trait Implementations§
impl RefUnwindSafe for xkb_context
impl Send for xkb_context
impl Sync for xkb_context
impl Unpin for xkb_context
impl UnwindSafe for xkb_context
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