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