#[repr(C)]pub struct linklist {
pub first: LinkNode,
pub last: LinkNode,
pub flags: c_int,
}Fields§
§first: LinkNode§last: LinkNode§flags: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for linklist
impl RefUnwindSafe for linklist
impl !Send for linklist
impl !Sync for linklist
impl Unpin for linklist
impl UnwindSafe for linklist
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