#[repr(C)]pub struct ETW_TRACE_PARTITION_INFORMATION_V2 {
pub QpcOffsetFromRoot: i64,
pub PartitionType: u32,
pub PartitionId: PWSTR,
pub ParentId: PWSTR,
}
Expand description
Required features: ‘Win32_System_Diagnostics_Etw’
Fields
QpcOffsetFromRoot: i64
PartitionType: u32
PartitionId: PWSTR
ParentId: PWSTR
Trait Implementations
impl Clone for ETW_TRACE_PARTITION_INFORMATION_V2
impl Clone for ETW_TRACE_PARTITION_INFORMATION_V2
impl Copy for ETW_TRACE_PARTITION_INFORMATION_V2
Auto Trait Implementations
impl RefUnwindSafe for ETW_TRACE_PARTITION_INFORMATION_V2
impl !Send for ETW_TRACE_PARTITION_INFORMATION_V2
impl !Sync for ETW_TRACE_PARTITION_INFORMATION_V2
impl Unpin for ETW_TRACE_PARTITION_INFORMATION_V2
impl UnwindSafe for ETW_TRACE_PARTITION_INFORMATION_V2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more