Struct winapi::bcrypt::CRYPT_INTERFACE_REG [] [src]

pub struct CRYPT_INTERFACE_REG {
    pub dwInterface: ULONG,
    pub dwFlags: ULONG,
    pub cFunctions: ULONG,
    pub rgpszFunctions: *mut PWSTR,
}

Fields

dwInterface: ULONG dwFlags: ULONG cFunctions: ULONG rgpszFunctions: *mut PWSTR

Trait Implementations

impl Debug for CRYPT_INTERFACE_REG
[src]

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

Formats the value using the given formatter.

impl Copy for CRYPT_INTERFACE_REG
[src]

impl Clone for CRYPT_INTERFACE_REG
[src]

fn clone(&self) -> CRYPT_INTERFACE_REG

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