Struct windows::Security::Authentication::Web::Provider::WebAccountSelectionOptions
#[repr(transparent)]pub struct WebAccountSelectionOptions(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAnd for WebAccountSelectionOptions
impl BitAnd for WebAccountSelectionOptions
§impl BitAndAssign for WebAccountSelectionOptions
impl BitAndAssign for WebAccountSelectionOptions
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOr for WebAccountSelectionOptions
impl BitOr for WebAccountSelectionOptions
§impl BitOrAssign for WebAccountSelectionOptions
impl BitOrAssign for WebAccountSelectionOptions
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read more§impl Clone for WebAccountSelectionOptions
impl Clone for WebAccountSelectionOptions
§fn clone(&self) -> WebAccountSelectionOptions
fn clone(&self) -> WebAccountSelectionOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for WebAccountSelectionOptions
impl Debug for WebAccountSelectionOptions
§impl Default for WebAccountSelectionOptions
impl Default for WebAccountSelectionOptions
§fn default() -> WebAccountSelectionOptions
fn default() -> WebAccountSelectionOptions
Returns the “default value” for a type. Read more
§impl Not for WebAccountSelectionOptions
impl Not for WebAccountSelectionOptions
§impl PartialEq for WebAccountSelectionOptions
impl PartialEq for WebAccountSelectionOptions
§fn eq(&self, other: &WebAccountSelectionOptions) -> bool
fn eq(&self, other: &WebAccountSelectionOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for WebAccountSelectionOptions
impl Eq for WebAccountSelectionOptions
impl StructuralPartialEq for WebAccountSelectionOptions
Auto Trait Implementations§
impl Freeze for WebAccountSelectionOptions
impl RefUnwindSafe for WebAccountSelectionOptions
impl Send for WebAccountSelectionOptions
impl Sync for WebAccountSelectionOptions
impl Unpin for WebAccountSelectionOptions
impl UnwindSafe for WebAccountSelectionOptions
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)