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: DWORD Reserved2: DWORD Reserved3: [ULONG_PTR; 2] Reserved4: DWORD Reserved5: DWORD

Trait Implementations

impl Debug for RTL_BARRIER
[src]

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

Formats the value using the given formatter.

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