Struct windows_sys::Win32::Security::Authentication::Identity::SecBufferDesc
[−]#[repr(C)]pub struct SecBufferDesc {
pub ulVersion: u32,
pub cBuffers: u32,
pub pBuffers: *mut SecBuffer,
}
Expand description
Required features: "Win32_Security_Authentication_Identity"
Fields
ulVersion: u32
cBuffers: u32
pBuffers: *mut SecBuffer
Trait Implementations
impl Clone for SecBufferDesc
impl Clone for SecBufferDesc
impl Copy for SecBufferDesc
Auto Trait Implementations
impl RefUnwindSafe for SecBufferDesc
impl !Send for SecBufferDesc
impl !Sync for SecBufferDesc
impl Unpin for SecBufferDesc
impl UnwindSafe for SecBufferDesc
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