#[repr(C)]pub struct PROFILE_SOURCE_INFO {
pub NextEntryOffset: ULONG,
pub Source: ULONG,
pub MinInterval: ULONG,
pub MaxInterval: ULONG,
pub Reserved: ULONG64,
pub Description: [WCHAR; 1],
}
Fields
NextEntryOffset: ULONG
Source: ULONG
MinInterval: ULONG
MaxInterval: ULONG
Reserved: ULONG64
Description: [WCHAR; 1]
Trait Implementations
sourceimpl Clone for PROFILE_SOURCE_INFO
impl Clone for PROFILE_SOURCE_INFO
sourcefn clone(&self) -> PROFILE_SOURCE_INFO
fn clone(&self) -> PROFILE_SOURCE_INFO
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PROFILE_SOURCE_INFO
Auto Trait Implementations
impl RefUnwindSafe for PROFILE_SOURCE_INFO
impl Send for PROFILE_SOURCE_INFO
impl Sync for PROFILE_SOURCE_INFO
impl Unpin for PROFILE_SOURCE_INFO
impl UnwindSafe for PROFILE_SOURCE_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more