Struct windows_sys::UI::ApplicationSettings::WebAccountAction
[−]#[repr(transparent)]pub struct WebAccountAction(pub i32);
Expand description
Required features: "UI_ApplicationSettings"
Tuple Fields
0: i32
Implementations
impl WebAccountAction
impl WebAccountAction
pub const Reconnect: Self = Self(0i32)
pub const Remove: Self = Self(1i32)
pub const ViewDetails: Self = Self(2i32)
pub const Manage: Self = Self(3i32)
pub const More: Self = Self(4i32)
Trait Implementations
impl Clone for WebAccountAction
impl Clone for WebAccountAction
impl Copy for WebAccountAction
Auto Trait Implementations
impl RefUnwindSafe for WebAccountAction
impl Send for WebAccountAction
impl Sync for WebAccountAction
impl Unpin for WebAccountAction
impl UnwindSafe for WebAccountAction
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