Struct windows_sys::Security::Authentication::Web::Provider::WebAccountScope
[−]#[repr(transparent)]pub struct WebAccountScope(pub i32);
Expand description
Required features: "Security_Authentication_Web_Provider"
Tuple Fields
0: i32
Implementations
impl WebAccountScope
impl WebAccountScope
pub const PerUser: Self = Self(0i32)
pub const PerApplication: Self = Self(1i32)
Trait Implementations
impl Clone for WebAccountScope
impl Clone for WebAccountScope
impl Copy for WebAccountScope
Auto Trait Implementations
impl RefUnwindSafe for WebAccountScope
impl Send for WebAccountScope
impl Sync for WebAccountScope
impl Unpin for WebAccountScope
impl UnwindSafe for WebAccountScope
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