Struct winapi::wincrypt::SCHANNEL_ALG [] [src]

pub struct SCHANNEL_ALG {
    pub dwUse: DWORD,
    pub Algid: ALG_ID,
    pub cBits: DWORD,
    pub dwFlags: DWORD,
    pub dwReserved: DWORD,
}

Fields

dwUse: DWORD Algid: ALG_ID cBits: DWORD dwFlags: DWORD dwReserved: DWORD

Trait Implementations

impl Debug for SCHANNEL_ALG
[src]

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

Formats the value using the given formatter.

impl Copy for SCHANNEL_ALG
[src]

impl Clone for SCHANNEL_ALG
[src]

fn clone(&self) -> SCHANNEL_ALG

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