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