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