pub struct Pixi {
pub bits_per_channel: Vec<u8>,
}Fields§
§bits_per_channel: Vec<u8>Trait Implementations§
impl Eq for Pixi
impl StructuralPartialEq for Pixi
Auto Trait Implementations§
impl Freeze for Pixi
impl RefUnwindSafe for Pixi
impl Send for Pixi
impl Sync for Pixi
impl Unpin for Pixi
impl UnwindSafe for Pixi
Blanket Implementations§
Source§impl<T> Atom for Twhere
T: AtomExt,
impl<T> Atom for Twhere
T: AtomExt,
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