pub struct RawProfileData {
pub version: u32,
pub num_counters: u64,
pub data: Vec<u64>,
}Fields§
§version: u32§num_counters: u64§data: Vec<u64>Implementations§
Trait Implementations§
Source§impl Clone for RawProfileData
impl Clone for RawProfileData
Source§fn clone(&self) -> RawProfileData
fn clone(&self) -> RawProfileData
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 moreAuto Trait Implementations§
impl Freeze for RawProfileData
impl RefUnwindSafe for RawProfileData
impl Send for RawProfileData
impl Sync for RawProfileData
impl Unpin for RawProfileData
impl UnsafeUnpin for RawProfileData
impl UnwindSafe for RawProfileData
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