Struct windows_sys::Win32::System::Threading::RTL_BARRIER
[−]#[repr(C)]pub struct RTL_BARRIER {
pub Reserved1: u32,
pub Reserved2: u32,
pub Reserved3: [usize; 2],
pub Reserved4: u32,
pub Reserved5: u32,
}
Expand description
Required features: "Win32_System_Threading"
Fields
Reserved1: u32
Reserved2: u32
Reserved3: [usize; 2]
Reserved4: u32
Reserved5: u32
Trait Implementations
impl Clone for RTL_BARRIER
impl Clone for RTL_BARRIER
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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