#[repr(C)]pub struct SecBuffer {
pub cbBuffer: c_ulong,
pub BufferType: c_ulong,
pub pvBuffer: *mut c_void,
}
Fields
cbBuffer: c_ulong
BufferType: c_ulong
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