pub struct PixiBox {
pub depth: u8,
pub channels: u8,
}
Expand description
Pixies, I guess.
Fields§
§depth: u8
§channels: u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PixiBox
impl RefUnwindSafe for PixiBox
impl Send for PixiBox
impl Sync for PixiBox
impl Unpin for PixiBox
impl UnwindSafe for PixiBox
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