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: Debug
impl<L: Default + Linkable> Default for Links<L> where L: Default, L: Default
impl<L: Clone + Linkable> Clone for Links<L> where L: Clone, L: Clone
fn 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
)