pub struct Header {
pub interlaced: bool,
pub channels: ColorSpace,
pub bytes_per_channel: BytesPerChannel,
pub width: u32,
pub height: u32,
pub num_frames: u32,
}Fields§
§interlaced: bool§channels: ColorSpace§bytes_per_channel: BytesPerChannel§width: u32§height: u32§num_frames: u32Trait Implementations§
impl Copy for Header
impl Eq for Header
impl StructuralPartialEq for Header
Auto Trait Implementations§
impl Freeze for Header
impl RefUnwindSafe for Header
impl Send for Header
impl Sync for Header
impl Unpin for Header
impl UnwindSafe for Header
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