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