Struct windows_sys::Win32::Security::Authentication::Identity::CLEAR_BLOCK
[−]Expand description
Required features: ‘Win32_Security_Authentication_Identity’, ‘Win32_Foundation’
Fields
data: [CHAR; 8]
Trait Implementations
impl Clone for CLEAR_BLOCK
impl Clone for CLEAR_BLOCK
impl Copy for CLEAR_BLOCK
Auto Trait Implementations
impl RefUnwindSafe for CLEAR_BLOCK
impl Send for CLEAR_BLOCK
impl Sync for CLEAR_BLOCK
impl Unpin for CLEAR_BLOCK
impl UnwindSafe for CLEAR_BLOCK
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