#[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: DWORDTrait 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 moreimpl Copy for RTL_BARRIER
Auto Trait Implementations§
impl Freeze for RTL_BARRIER
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§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more