#[repr(C)]pub struct Himage {}
Fields§
§kind: c_int
§pixel: HPixelImage
§width: HIMGDIM
§height: HIMGDIM
§free_proc: HImageFreeProc
§free: bool
§msec: u16
§sec: u8
§min: u8
§hour: u8
§day: u8
§yday: u16
§mon: u8
§year: u16
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Himage
impl RefUnwindSafe for Himage
impl !Send for Himage
impl !Sync for Himage
impl Unpin for Himage
impl UnwindSafe for Himage
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