#[repr(C)]pub struct QueueNode {
pub next: *mut cds_lfq_node_rcu,
pub dummy: c_int,
}Fields§
§next: *mut cds_lfq_node_rcu§dummy: c_intTrait Implementations§
source§impl Clone for cds_lfq_node_rcu
impl Clone for cds_lfq_node_rcu
source§fn clone(&self) -> cds_lfq_node_rcu
fn clone(&self) -> cds_lfq_node_rcu
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 moresource§impl Debug for cds_lfq_node_rcu
impl Debug for cds_lfq_node_rcu
source§impl Default for cds_lfq_node_rcu
impl Default for cds_lfq_node_rcu
impl Copy for cds_lfq_node_rcu
Auto Trait Implementations§
impl Freeze for cds_lfq_node_rcu
impl RefUnwindSafe for cds_lfq_node_rcu
impl !Send for cds_lfq_node_rcu
impl !Sync for cds_lfq_node_rcu
impl Unpin for cds_lfq_node_rcu
impl UnwindSafe for cds_lfq_node_rcu
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§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)