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