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