Struct windows_sys::Win32::System::Threading::SYNCHRONIZATION_BARRIER
#[repr(C)]pub struct SYNCHRONIZATION_BARRIER {
pub Reserved1: u32,
pub Reserved2: u32,
pub Reserved3: [usize; 2],
pub Reserved4: u32,
pub Reserved5: u32,
}
Fields§
§Reserved1: u32
§Reserved2: u32
§Reserved3: [usize; 2]
§Reserved4: u32
§Reserved5: u32
Trait Implementations§
§impl Clone for SYNCHRONIZATION_BARRIER
impl Clone for SYNCHRONIZATION_BARRIER
impl Copy for SYNCHRONIZATION_BARRIER
Auto Trait Implementations§
impl RefUnwindSafe for SYNCHRONIZATION_BARRIER
impl Send for SYNCHRONIZATION_BARRIER
impl Sync for SYNCHRONIZATION_BARRIER
impl Unpin for SYNCHRONIZATION_BARRIER
impl UnwindSafe for SYNCHRONIZATION_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