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