#[repr(C)]pub struct _PERFINFO_SAMPLED_PROFILE_CACHE {
pub Entries: ULONG,
pub Sample: [PERFINFO_SAMPLED_PROFILE_INFORMATION; 20],
}Fields§
§Entries: ULONG§Sample: [PERFINFO_SAMPLED_PROFILE_INFORMATION; 20]Trait Implementations§
Source§impl Clone for _PERFINFO_SAMPLED_PROFILE_CACHE
impl Clone for _PERFINFO_SAMPLED_PROFILE_CACHE
Source§fn clone(&self) -> _PERFINFO_SAMPLED_PROFILE_CACHE
fn clone(&self) -> _PERFINFO_SAMPLED_PROFILE_CACHE
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 moreimpl Copy for _PERFINFO_SAMPLED_PROFILE_CACHE
Auto Trait Implementations§
impl Freeze for _PERFINFO_SAMPLED_PROFILE_CACHE
impl RefUnwindSafe for _PERFINFO_SAMPLED_PROFILE_CACHE
impl !Send for _PERFINFO_SAMPLED_PROFILE_CACHE
impl !Sync for _PERFINFO_SAMPLED_PROFILE_CACHE
impl Unpin for _PERFINFO_SAMPLED_PROFILE_CACHE
impl UnwindSafe for _PERFINFO_SAMPLED_PROFILE_CACHE
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