Struct windows_sys::Security::Credentials::UI::CredentialSaveOption
[−]#[repr(transparent)]pub struct CredentialSaveOption(pub i32);
Expand description
Required features: ‘Security_Credentials_UI’
Tuple Fields
0: i32
Implementations
impl CredentialSaveOption
impl CredentialSaveOption
Trait Implementations
impl Clone for CredentialSaveOption
impl Clone for CredentialSaveOption
impl Copy for CredentialSaveOption
Auto Trait Implementations
impl RefUnwindSafe for CredentialSaveOption
impl Send for CredentialSaveOption
impl Sync for CredentialSaveOption
impl Unpin for CredentialSaveOption
impl UnwindSafe for CredentialSaveOption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more