pub struct Quats(pub ImageData);Tuple Fields§
§0: ImageDataTrait Implementations§
Auto Trait Implementations§
impl Freeze for Quats
impl RefUnwindSafe for Quats
impl Send for Quats
impl Sync for Quats
impl Unpin for Quats
impl UnsafeUnpin for Quats
impl UnwindSafe for Quats
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