#[repr(C)]pub struct SecPkgContext_StreamSizes {
pub cbHeader: u32,
pub cbTrailer: u32,
pub cbMaximumMessage: u32,
pub cBuffers: u32,
pub cbBlockSize: u32,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
cbHeader: u32
cbTrailer: u32
cbMaximumMessage: u32
cBuffers: u32
cbBlockSize: u32
Trait Implementations
impl Clone for SecPkgContext_StreamSizes
impl Clone for SecPkgContext_StreamSizes
impl Copy for SecPkgContext_StreamSizes
Auto Trait Implementations
impl RefUnwindSafe for SecPkgContext_StreamSizes
impl Send for SecPkgContext_StreamSizes
impl Sync for SecPkgContext_StreamSizes
impl Unpin for SecPkgContext_StreamSizes
impl UnwindSafe for SecPkgContext_StreamSizes
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