Struct PerfRegInfoType
#[repr(transparent)]pub struct PerfRegInfoType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for PerfRegInfoType
impl Clone for PerfRegInfoType
§fn clone(&self) -> PerfRegInfoType
fn clone(&self) -> PerfRegInfoType
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 PerfRegInfoType
impl Debug for PerfRegInfoType
§impl Default for PerfRegInfoType
impl Default for PerfRegInfoType
§fn default() -> PerfRegInfoType
fn default() -> PerfRegInfoType
Returns the “default value” for a type. Read more
§impl PartialEq for PerfRegInfoType
impl PartialEq for PerfRegInfoType
impl Copy for PerfRegInfoType
impl Eq for PerfRegInfoType
impl StructuralPartialEq for PerfRegInfoType
Auto Trait Implementations§
impl Freeze for PerfRegInfoType
impl RefUnwindSafe for PerfRegInfoType
impl Send for PerfRegInfoType
impl Sync for PerfRegInfoType
impl Unpin for PerfRegInfoType
impl UnwindSafe for PerfRegInfoType
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