#[repr(transparent)]pub struct HPSXA(pub isize);
Tuple Fields§
§0: isize
Implementations§
Trait Implementations§
Source§impl Abi for HPSXA
impl Abi for HPSXA
impl Copy for HPSXA
impl Eq 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