#[repr(C)]pub struct ICPUProfile {
pub lpVtbl: *mut ICPUProfileVtbl,
}
Fields§
§lpVtbl: *mut ICPUProfileVtbl
Trait Implementations§
Source§impl Clone for ICPUProfile
impl Clone for ICPUProfile
Source§fn clone(&self) -> ICPUProfile
fn clone(&self) -> ICPUProfile
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 ICPUProfile
impl Debug for ICPUProfile
impl Copy for ICPUProfile
Auto Trait Implementations§
impl Freeze for ICPUProfile
impl RefUnwindSafe for ICPUProfile
impl !Send for ICPUProfile
impl !Sync for ICPUProfile
impl Unpin for ICPUProfile
impl UnwindSafe for ICPUProfile
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