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