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