Struct winapi::um::winnt::RTL_BARRIER
source · #[repr(C)]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§
source§impl Clone for RTL_BARRIER
impl Clone for RTL_BARRIER
source§fn clone(&self) -> RTL_BARRIER
fn clone(&self) -> RTL_BARRIER
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for RTL_BARRIER
impl Default for RTL_BARRIER
source§fn default() -> RTL_BARRIER
fn default() -> RTL_BARRIER
Returns the “default value” for a type. Read more