Struct winapi::sspi::SECURITY_STRING [] [src]

pub struct SECURITY_STRING {
    pub Length: c_ushort,
    pub MaximumLength: c_ushort,
    pub Buffer: *mut c_ushort,
}

Fields

Length: c_ushort MaximumLength: c_ushort Buffer: *mut c_ushort

Trait Implementations

impl Debug for SECURITY_STRING
[src]

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

Formats the value using the given formatter.

impl Copy for SECURITY_STRING
[src]

impl Clone for SECURITY_STRING
[src]

fn clone(&self) -> SECURITY_STRING

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