|
rstd 0.1.0
|
This is the complete list of members for rstd::io::BufReader< R >, including all inherited members.
| buffer() const noexcept -> slice< u8 > | rstd::io::BufReader< R > | inline |
| BufReader(R inner, usize capacity=DEFAULT_BUF_SIZE) | rstd::io::BufReader< R > | inlineexplicit |
| capacity() const noexcept -> usize | rstd::io::BufReader< R > | inline |
| discard_buffer() noexcept | rstd::io::BufReader< R > | inline |
| get_mut() noexcept -> R & | rstd::io::BufReader< R > | inline |
| get_ref() const noexcept -> const R & | rstd::io::BufReader< R > | inline |
| into_inner() &&-> R | rstd::io::BufReader< R > | inline |