#[repr(C)]pub struct GdkX11Keymap { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GdkX11Keymap
impl RefUnwindSafe for GdkX11Keymap
impl !Send for GdkX11Keymap
impl !Sync for GdkX11Keymap
impl !Unpin for GdkX11Keymap
impl UnwindSafe for GdkX11Keymap
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