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