Struct windows_sys::System::UserAgeConsentResult
[−]#[repr(transparent)]pub struct UserAgeConsentResult(pub i32);
Expand description
Required features: "System"
Tuple Fields
0: i32
Implementations
impl UserAgeConsentResult
impl UserAgeConsentResult
pub const NotEnforced: Self = Self(0i32)
pub const Included: Self = Self(1i32)
pub const NotIncluded: Self = Self(2i32)
pub const Unknown: Self = Self(3i32)
pub const Ambiguous: Self = Self(4i32)
Trait Implementations
impl Clone for UserAgeConsentResult
impl Clone for UserAgeConsentResult
impl Copy for UserAgeConsentResult
Auto Trait Implementations
impl RefUnwindSafe for UserAgeConsentResult
impl Send for UserAgeConsentResult
impl Sync for UserAgeConsentResult
impl Unpin for UserAgeConsentResult
impl UnwindSafe for UserAgeConsentResult
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