Struct metatype::Slice[][src]

pub struct Slice {
    pub len: usize,
}

Meta data for a slice

Fields

Number of elements in the slice

Trait Implementations

impl Copy for Slice
[src]

impl Clone for Slice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Slice
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Slice
[src]

impl Debug for Slice
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Slice

impl Sync for Slice