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