Struct gdk_x11_sys::GdkX11DeviceXI2
source · [−]#[repr(C)]pub struct GdkX11DeviceXI2 { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkX11DeviceXI2
impl !Send for GdkX11DeviceXI2
impl !Sync for GdkX11DeviceXI2
impl !Unpin for GdkX11DeviceXI2
impl UnwindSafe for GdkX11DeviceXI2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more