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