Struct PRKPROCESS
#[repr(transparent)]pub struct PRKPROCESS(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for PRKPROCESS
impl Clone for PRKPROCESS
§fn clone(&self) -> PRKPROCESS
fn clone(&self) -> PRKPROCESS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PRKPROCESS
impl Debug for PRKPROCESS
§impl Default for PRKPROCESS
impl Default for PRKPROCESS
§fn default() -> PRKPROCESS
fn default() -> PRKPROCESS
Returns the “default value” for a type. Read more
§impl PartialEq for PRKPROCESS
impl PartialEq for PRKPROCESS
impl Copy for PRKPROCESS
impl Eq for PRKPROCESS
impl StructuralPartialEq for PRKPROCESS
Auto Trait Implementations§
impl Freeze for PRKPROCESS
impl RefUnwindSafe for PRKPROCESS
impl Send for PRKPROCESS
impl Sync for PRKPROCESS
impl Unpin for PRKPROCESS
impl UnwindSafe for PRKPROCESS
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