Struct windows_sys::Win32::Security::Authentication::Identity::SecPkgContext_Sizes
[−]#[repr(C)]pub struct SecPkgContext_Sizes {
pub cbMaxToken: u32,
pub cbMaxSignature: u32,
pub cbBlockSize: u32,
pub cbSecurityTrailer: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
cbMaxToken: u32
cbMaxSignature: u32
cbBlockSize: u32
cbSecurityTrailer: u32
Trait Implementations
impl Clone for SecPkgContext_Sizes
impl Clone for SecPkgContext_Sizes
impl Copy for SecPkgContext_Sizes
Auto Trait Implementations
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
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