pub struct ONodes { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Opts for ONodes
impl Opts for ONodes
type Spec = (u64, i64)
fn len(&mut self, i: Link) -> &mut Data
fn top(&mut self, i: Link) -> &mut Data
fn ulink(&mut self, i: Link) -> &mut Link
fn dlink(&mut self, i: Link) -> &mut Link
fn set_data(&mut self, pk: Link, s: (Count, Data)) -> Link
fn get_spec_item(s: Self::Spec) -> Link
fn init_links( &mut self, n: Count, np: Count, order: OptOrder, os: &[Vec<Self::Spec>], )
impl Eq for ONodes
impl StructuralPartialEq for ONodes
Auto Trait Implementations§
impl Freeze for ONodes
impl RefUnwindSafe for ONodes
impl Send for ONodes
impl Sync for ONodes
impl Unpin for ONodes
impl UnwindSafe for ONodes
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