Struct winapi::sspi::SecBuffer
[−]
[src]
pub struct SecBuffer { pub cbBuffer: c_ulong, pub BufferType: c_ulong, pub pvBuffer: *mut c_void, }
Fields
cbBuffer | |
BufferType | |
pvBuffer |
Trait Implementations
impl Copy for SecBuffer
[src]
impl Clone for SecBuffer
[src]
fn clone(&self) -> SecBuffer
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