#[repr(C)]pub struct SYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS {
pub FeatureId: u32,
pub ReportingKind: u16,
pub ReportingOptions: u16,
pub ReportingTarget: RTL_FEATURE_USAGE_SUBSCRIPTION_TARGET,
}Fieldsยง
ยงFeatureId: u32ยงReportingKind: u16ยงReportingOptions: u16ยงReportingTarget: RTL_FEATURE_USAGE_SUBSCRIPTION_TARGETTrait Implementationsยง
Auto Trait Implementationsยง
impl RefUnwindSafe for SYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS
impl Send for SYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS
impl Sync for SYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS
impl Unpin for SYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS
impl UnwindSafe for SYSTEM_FEATURE_USAGE_SUBSCRIPTION_DETAILS
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