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