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