pub struct Mono32f {}
Expand description
Luminance, 32 bytes per pixel, Little-Endian, IEEE-754
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Mono32f
impl RefUnwindSafe for Mono32f
impl Send for Mono32f
impl Sync for Mono32f
impl Unpin for Mono32f
impl UnwindSafe for Mono32f
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