#[repr(C)]pub struct indigo_raw_header {
pub signature: u32,
pub width: u32,
pub height: u32,
}Expand description
RAW image header.
Fields§
§signature: u32§width: u32§height: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for indigo_raw_header
impl RefUnwindSafe for indigo_raw_header
impl Send for indigo_raw_header
impl Sync for indigo_raw_header
impl Unpin for indigo_raw_header
impl UnwindSafe for indigo_raw_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