Struct std::raw::SliceExperimental
[-]
[+]
[src]
pub struct Slice<T> {
pub data: *const T,
pub len: uint,
}The representation of a Rust slice
Fields
data | |
len |
pub struct Slice<T> {
pub data: *const T,
pub len: uint,
}The representation of a Rust slice
data | |
len |
impl<T> Copy for Slice<T>
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).