Struct std::collections::bitv::BitsExperimental
[-]
[+]
[src]
pub struct Bits<'a> { // some fields omitted }
An iterator for Bitv
.
pub struct Bits<'a> { // some fields omitted }
An iterator for Bitv
.
impl<'a> Iterator<bool> for Bits<'a>
fn next(&mut self) -> Option<bool>
fn size_hint(&self) -> (uint, Option<uint>)
fn size_hint(&self) -> (uint, Option<uint>)
impl<'a> DoubleEndedIterator<bool> for Bits<'a>
impl<'a> ExactSizeIterator<bool> for Bits<'a>
impl<'a> RandomAccessIterator<bool> for Bits<'a>
impl<'a> Clone for Bits<'a>
fn clone(&self) -> Bits<'a>
fn clone_from(&mut self, &Bits<'a>)
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
).