Struct winapi::bcrypt::BCryptBufferDesc [] [src]

pub struct BCryptBufferDesc {
    pub ulVersion: ULONG,
    pub cBuffers: ULONG,
    pub pBuffers: PBCryptBuffer,
}

Fields

ulVersion: ULONG cBuffers: ULONG pBuffers: PBCryptBuffer

Trait Implementations

impl Debug for BCryptBufferDesc
[src]

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

Formats the value using the given formatter.

impl Copy for BCryptBufferDesc
[src]

impl Clone for BCryptBufferDesc
[src]

fn clone(&self) -> BCryptBufferDesc

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