Struct windows_native::ntrtl::RTL_FEATURE_CONFIGURATION
source ยท #[repr(C)]pub struct RTL_FEATURE_CONFIGURATION {
pub FeatureId: u32,
pub Anonymous1: RTL_FEATURE_CONFIGURATION_1,
pub VariantPayload: u32,
}Fieldsยง
ยงFeatureId: u32ยงAnonymous1: RTL_FEATURE_CONFIGURATION_1ยงVariantPayload: u32Trait Implementationsยง
sourceยงimpl Debug for RTL_FEATURE_CONFIGURATION
impl Debug for RTL_FEATURE_CONFIGURATION
Auto Trait Implementationsยง
impl RefUnwindSafe for RTL_FEATURE_CONFIGURATION
impl Send for RTL_FEATURE_CONFIGURATION
impl Sync for RTL_FEATURE_CONFIGURATION
impl Unpin for RTL_FEATURE_CONFIGURATION
impl UnwindSafe for RTL_FEATURE_CONFIGURATION
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