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
§fn clone(&self) -> SYNCHRONIZATION_BARRIER
fn clone(&self) -> SYNCHRONIZATION_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 SYNCHRONIZATION_BARRIER
Auto Trait Implementations§
impl Freeze for SYNCHRONIZATION_BARRIER
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)