#[repr(C)]pub struct Himage_hobj_image_header {
pub width: i32,
pub height: i32,
pub num_channels: i32,
}
Fields§
§width: i32
§height: i32
§num_channels: i32
Trait Implementations§
Source§impl Clone for Himage_hobj_image_header
impl Clone for Himage_hobj_image_header
Source§fn clone(&self) -> Himage_hobj_image_header
fn clone(&self) -> Himage_hobj_image_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_image_header
impl Debug for Himage_hobj_image_header
impl Copy for Himage_hobj_image_header
Auto Trait Implementations§
impl Freeze for Himage_hobj_image_header
impl RefUnwindSafe for Himage_hobj_image_header
impl Send for Himage_hobj_image_header
impl Sync for Himage_hobj_image_header
impl Unpin for Himage_hobj_image_header
impl UnwindSafe for Himage_hobj_image_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