Struct winapi::sspi::SecBuffer [] [src]

pub struct SecBuffer {
    pub cbBuffer: c_ulong,
    pub BufferType: c_ulong,
    pub pvBuffer: *mut c_void,
}

Fields

cbBuffer
BufferType
pvBuffer

Trait Implementations

Derived Implementations

impl Debug for SecBuffer

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for SecBuffer

impl Clone for SecBuffer

fn clone(&self) -> SecBuffer

fn clone_from(&mut self, source: &Self)