Struct intrusive_containers::linked_list::Links
[−]
[src]
pub struct Links<L: Linkable> {
// some fields omitted
}pub struct Links<L: Linkable> {
// some fields omitted
}impl<L: Linkable> Drop for Links<L>fn drop(&mut self)impl<L: Debug + Linkable> Debug for Links<L> where L: Debug, L: Debugimpl<L: Default + Linkable> Default for Links<L> where L: Default, L: Defaultimpl<L: Clone + Linkable> Clone for Links<L> where L: Clone, L: Clonefn clone(&self) -> Links<L>fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)