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