#[repr(transparent)]pub struct PSID(pub isize);
Tuple Fields§
§0: isize
Implementations§
Trait Implementations§
Source§impl Abi for PSID
impl Abi for PSID
impl Copy for PSID
impl Eq for PSID
Auto Trait Implementations§
impl Freeze for PSID
impl RefUnwindSafe for PSID
impl Send for PSID
impl Sync for PSID
impl Unpin for PSID
impl UnwindSafe for PSID
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