#[repr(C, packed(1))]pub struct RawDismFeatureInfo {
pub FeatureName: *const u16,
pub FeatureState: i32,
pub DisplayName: *const u16,
pub Description: *const u16,
pub RestartRequired: u32,
pub CustomProperty: *const RawDismCustomProperty,
pub CustomPropertyCount: u32,
}
Available on crate feature
dism
and Windows only.Fields§
§FeatureName: *const u16
§FeatureState: i32
§DisplayName: *const u16
§Description: *const u16
§RestartRequired: u32
§CustomProperty: *const RawDismCustomProperty
§CustomPropertyCount: u32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawDismFeatureInfo
impl RefUnwindSafe for RawDismFeatureInfo
impl !Send for RawDismFeatureInfo
impl !Sync for RawDismFeatureInfo
impl Unpin for RawDismFeatureInfo
impl UnwindSafe for RawDismFeatureInfo
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