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