pub struct GdkMemoryTexture { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GdkMemoryTexture
impl !Sync for GdkMemoryTexture
impl !Unpin for GdkMemoryTexture
impl Freeze for GdkMemoryTexture
impl RefUnwindSafe for GdkMemoryTexture
impl UnsafeUnpin for GdkMemoryTexture
impl UnwindSafe for GdkMemoryTexture
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