Struct windows_sys::Foundation::Metadata::FeatureStage
[−]#[repr(transparent)]pub struct FeatureStage(pub i32);
Expand description
Required features: "Foundation_Metadata"
Tuple Fields
0: i32
Implementations
impl FeatureStage
impl FeatureStage
pub const AlwaysDisabled: Self = Self(0i32)
pub const DisabledByDefault: Self = Self(1i32)
pub const EnabledByDefault: Self = Self(2i32)
pub const AlwaysEnabled: Self = Self(3i32)
Trait Implementations
impl Clone for FeatureStage
impl Clone for FeatureStage
impl Copy for FeatureStage
Auto Trait Implementations
impl RefUnwindSafe for FeatureStage
impl Send for FeatureStage
impl Sync for FeatureStage
impl Unpin for FeatureStage
impl UnwindSafe for FeatureStage
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