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