Struct windows_sys::System::UserAgeConsentGroup
[−]#[repr(transparent)]pub struct UserAgeConsentGroup(pub i32);
Expand description
Required features: "System"
Tuple Fields
0: i32
Implementations
impl UserAgeConsentGroup
impl UserAgeConsentGroup
Trait Implementations
impl Clone for UserAgeConsentGroup
impl Clone for UserAgeConsentGroup
impl Copy for UserAgeConsentGroup
Auto Trait Implementations
impl RefUnwindSafe for UserAgeConsentGroup
impl Send for UserAgeConsentGroup
impl Sync for UserAgeConsentGroup
impl Unpin for UserAgeConsentGroup
impl UnwindSafe for UserAgeConsentGroup
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