Struct winapi::winnt::RTL_BARRIER
[−]
[src]
pub struct RTL_BARRIER {
pub Reserved1: DWORD,
pub Reserved2: DWORD,
pub Reserved3: [ULONG_PTR; 2],
pub Reserved4: DWORD,
pub Reserved5: DWORD,
}Fields
Reserved1 | |
Reserved2 | |
Reserved3 | |
Reserved4 | |
Reserved5 |
Trait Implementations
impl Copy for RTL_BARRIER[src]
impl Clone for RTL_BARRIER[src]
fn clone(&self) -> RTL_BARRIER
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