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