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