#[repr(C, align(64))]pub struct splinter_signal_node {
pub counter: atomic_uint_least64_t,
}Expand description
@brief Individual signal lane, aligned to prevent false sharing.
Fields§
§counter: atomic_uint_least64_tTrait Implementations§
Source§impl Clone for splinter_signal_node
impl Clone for splinter_signal_node
Source§fn clone(&self) -> splinter_signal_node
fn clone(&self) -> splinter_signal_node
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for splinter_signal_node
Auto Trait Implementations§
impl Freeze for splinter_signal_node
impl RefUnwindSafe for splinter_signal_node
impl Send for splinter_signal_node
impl Sync for splinter_signal_node
impl Unpin for splinter_signal_node
impl UnsafeUnpin for splinter_signal_node
impl UnwindSafe for splinter_signal_node
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