Struct gdk_x11_sys::GdkX11Cursor
source · [−]#[repr(C)]pub struct GdkX11Cursor { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkX11Cursor
impl !Send for GdkX11Cursor
impl !Sync for GdkX11Cursor
impl !Unpin for GdkX11Cursor
impl UnwindSafe for GdkX11Cursor
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