Struct HIC
#[repr(transparent)]pub struct HIC(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl HIC
impl HIC
pub fn is_invalid(&self) -> bool
Trait Implementations§
impl Copy for HIC
impl Eq for HIC
impl StructuralPartialEq for HIC
Auto Trait Implementations§
impl Freeze for HIC
impl RefUnwindSafe for HIC
impl !Send for HIC
impl !Sync for HIC
impl Unpin for HIC
impl UnwindSafe for HIC
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