#[repr(C)]pub struct __db___cq_aq {
pub tqh_first: *mut __dbc,
pub tqh_last: *mut *mut __dbc,
}Fields§
§tqh_first: *mut __dbc§tqh_last: *mut *mut __dbcTrait Implementations§
Source§impl Clone for __db___cq_aq
impl Clone for __db___cq_aq
Source§fn clone(&self) -> __db___cq_aq
fn clone(&self) -> __db___cq_aq
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 __db___cq_aq
impl Debug for __db___cq_aq
Source§impl Default for __db___cq_aq
impl Default for __db___cq_aq
impl Copy for __db___cq_aq
Auto Trait Implementations§
impl Freeze for __db___cq_aq
impl RefUnwindSafe for __db___cq_aq
impl !Send for __db___cq_aq
impl !Sync for __db___cq_aq
impl Unpin for __db___cq_aq
impl UnwindSafe for __db___cq_aq
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