Struct windows_sys::Win32::Security::Authentication::Identity::PctPublicKey
[−]Expand description
Required features: ‘Win32_Security_Authentication_Identity’
Fields
Type: u32
cbKey: u32
pKey: [u8; 1]
Trait Implementations
impl Clone for PctPublicKey
impl Clone for PctPublicKey
impl Copy for PctPublicKey
Auto Trait Implementations
impl RefUnwindSafe for PctPublicKey
impl Send for PctPublicKey
impl Sync for PctPublicKey
impl Unpin for PctPublicKey
impl UnwindSafe for PctPublicKey
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