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