Struct winapi::ntsecapi::MSV1_0_AV_PAIR
[−]
[src]
pub struct MSV1_0_AV_PAIR { pub AvId: USHORT, pub AvLen: USHORT, }
Fields
AvId | |
AvLen |
Trait Implementations
impl Copy for MSV1_0_AV_PAIR
[src]
impl Clone for MSV1_0_AV_PAIR
[src]
fn clone(&self) -> MSV1_0_AV_PAIR
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