#[repr(transparent)]pub struct ProcInfoKeyPod(pub ProcInfoKey);Tuple Fields§
§0: ProcInfoKeyTrait Implementations§
Source§impl Clone for ProcInfoKeyPod
impl Clone for ProcInfoKeyPod
Source§fn clone(&self) -> ProcInfoKeyPod
fn clone(&self) -> ProcInfoKeyPod
Returns a duplicate 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 moreSource§impl Debug for ProcInfoKeyPod
impl Debug for ProcInfoKeyPod
impl Copy for ProcInfoKeyPod
impl Pod for ProcInfoKeyPod
Auto Trait Implementations§
impl Freeze for ProcInfoKeyPod
impl RefUnwindSafe for ProcInfoKeyPod
impl Send for ProcInfoKeyPod
impl Sync for ProcInfoKeyPod
impl Unpin for ProcInfoKeyPod
impl UnwindSafe for ProcInfoKeyPod
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