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