#[repr(C)]pub struct Himage_hobj_file_header {
pub version_number: i32,
pub num_images: i32,
pub is_msb_first: bool,
}
Fields§
§version_number: i32
§num_images: i32
§is_msb_first: bool
Trait Implementations§
Source§impl Clone for Himage_hobj_file_header
impl Clone for Himage_hobj_file_header
Source§fn clone(&self) -> Himage_hobj_file_header
fn clone(&self) -> Himage_hobj_file_header
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Himage_hobj_file_header
impl Debug for Himage_hobj_file_header
impl Copy for Himage_hobj_file_header
Auto Trait Implementations§
impl Freeze for Himage_hobj_file_header
impl RefUnwindSafe for Himage_hobj_file_header
impl Send for Himage_hobj_file_header
impl Sync for Himage_hobj_file_header
impl Unpin for Himage_hobj_file_header
impl UnwindSafe for Himage_hobj_file_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