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