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