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

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

impl Debug for SecBuffer
[src]

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

Formats the value using the given formatter.

impl Copy for SecBuffer
[src]

impl Clone for SecBuffer
[src]

fn clone(&self) -> SecBuffer

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more