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,
}
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§
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