Struct windows::Win32::Security::Authentication::Identity::PctPublicKey
#[repr(C)]pub struct PctPublicKey {
pub Type: u32,
pub cbKey: u32,
pub pKey: [u8; 1],
}
Fields§
§Type: u32
§cbKey: u32
§pKey: [u8; 1]
Trait Implementations§
§impl Clone for PctPublicKey
impl Clone for PctPublicKey
§fn clone(&self) -> PctPublicKey
fn clone(&self) -> PctPublicKey
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for PctPublicKey
impl Debug for PctPublicKey
§impl Default for PctPublicKey
impl Default for PctPublicKey
§impl PartialEq for PctPublicKey
impl PartialEq for PctPublicKey
§fn eq(&self, other: &PctPublicKey) -> bool
fn eq(&self, other: &PctPublicKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PctPublicKey
impl Eq for PctPublicKey
impl StructuralPartialEq for PctPublicKey
Auto Trait Implementations§
impl Freeze for PctPublicKey
impl RefUnwindSafe for PctPublicKey
impl Send for PctPublicKey
impl Sync for PctPublicKey
impl Unpin for PctPublicKey
impl UnwindSafe for PctPublicKey
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)