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 | |
MaximumLength | |
Buffer |
Trait Implementations
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