Struct winapi::bcrypt::BCryptBuffer [] [src]

pub struct BCryptBuffer {
    pub cbBuffer: ULONG,
    pub BufferType: ULONG,
    pub pvBuffer: PVOID,
}

Fields

cbBuffer: ULONG BufferType: ULONG pvBuffer: PVOID

Trait Implementations

impl Debug for BCryptBuffer
[src]

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

Formats the value using the given formatter.

impl Copy for BCryptBuffer
[src]

impl Clone for BCryptBuffer
[src]

fn clone(&self) -> BCryptBuffer

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