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