#[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
sourceimpl Clone for RTL_BARRIER
impl Clone for RTL_BARRIER
sourcefn clone(&self) -> RTL_BARRIER
fn clone(&self) -> RTL_BARRIER
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for RTL_BARRIER
Auto Trait Implementations
impl RefUnwindSafe for RTL_BARRIER
impl Send for RTL_BARRIER
impl Sync for RTL_BARRIER
impl Unpin for RTL_BARRIER
impl UnwindSafe for RTL_BARRIER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more