#[repr(C)]pub struct ProcInfoKey {
pub tgid: u32,
pub _pad: u32,
}Fields§
§tgid: u32§_pad: u32Trait Implementations§
Source§impl Clone for ProcInfoKey
impl Clone for ProcInfoKey
Source§fn clone(&self) -> ProcInfoKey
fn clone(&self) -> ProcInfoKey
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 ProcInfoKey
impl Debug for ProcInfoKey
Source§impl Hash for ProcInfoKey
impl Hash for ProcInfoKey
Source§impl PartialEq for ProcInfoKey
impl PartialEq for ProcInfoKey
impl Copy for ProcInfoKey
impl Eq for ProcInfoKey
impl StructuralPartialEq for ProcInfoKey
Auto Trait Implementations§
impl Freeze for ProcInfoKey
impl RefUnwindSafe for ProcInfoKey
impl Send for ProcInfoKey
impl Sync for ProcInfoKey
impl Unpin for ProcInfoKey
impl UnwindSafe for ProcInfoKey
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