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
pub const Included: Self
pub const NotIncluded: Self
pub const Unknown: Self
pub const Ambiguous: Self
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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more