Struct windows::Win32::Security::Authentication::Identity::SecPkgContext_Sizes
#[repr(C)]pub struct SecPkgContext_Sizes {
pub cbMaxToken: u32,
pub cbMaxSignature: u32,
pub cbBlockSize: u32,
pub cbSecurityTrailer: u32,
}
Fields§
§cbMaxToken: u32
§cbMaxSignature: u32
§cbBlockSize: u32
§cbSecurityTrailer: u32
Trait Implementations§
§impl Clone for SecPkgContext_Sizes
impl Clone for SecPkgContext_Sizes
§fn clone(&self) -> SecPkgContext_Sizes
fn clone(&self) -> SecPkgContext_Sizes
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 SecPkgContext_Sizes
impl Debug for SecPkgContext_Sizes
§impl Default for SecPkgContext_Sizes
impl Default for SecPkgContext_Sizes
§impl PartialEq for SecPkgContext_Sizes
impl PartialEq for SecPkgContext_Sizes
§fn eq(&self, other: &SecPkgContext_Sizes) -> bool
fn eq(&self, other: &SecPkgContext_Sizes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SecPkgContext_Sizes
impl Eq for SecPkgContext_Sizes
impl StructuralPartialEq for SecPkgContext_Sizes
Auto Trait Implementations§
impl Freeze for SecPkgContext_Sizes
impl RefUnwindSafe for SecPkgContext_Sizes
impl Send for SecPkgContext_Sizes
impl Sync for SecPkgContext_Sizes
impl Unpin for SecPkgContext_Sizes
impl UnwindSafe for SecPkgContext_Sizes
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
)