#[repr(C)]
pub union Hcelem {
pub l: *mut INT4_8,
pub d: *mut f64,
pub s: *mut *mut c_char,
pub cpar: *mut Hcpar,
pub h: *mut Hphandle,
}Fields§
§l: *mut INT4_8§d: *mut f64§s: *mut *mut c_char§cpar: *mut Hcpar§h: *mut HphandleTrait Implementations§
Auto Trait Implementations§
impl Freeze for Hcelem
impl RefUnwindSafe for Hcelem
impl !Send for Hcelem
impl !Sync for Hcelem
impl Unpin for Hcelem
impl UnwindSafe for Hcelem
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