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