Struct windows_sys::Win32::Security::Authentication::Identity::SEC_PRESHAREDKEY
[−]Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
KeySize: u16
Key: [u8; 1]
Trait Implementations
impl Clone for SEC_PRESHAREDKEY
impl Clone for SEC_PRESHAREDKEY
impl Copy for SEC_PRESHAREDKEY
Auto Trait Implementations
impl RefUnwindSafe for SEC_PRESHAREDKEY
impl Send for SEC_PRESHAREDKEY
impl Sync for SEC_PRESHAREDKEY
impl Unpin for SEC_PRESHAREDKEY
impl UnwindSafe for SEC_PRESHAREDKEY
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