[][src]Struct thin::Slice

#[repr(C)]pub struct Slice<T> { /* fields omitted */ }

Trait Implementations

impl<T> Debug for ThinSlice<T> where
    [T]: Debug
[src]

impl<T> Deref for ThinSlice<T>[src]

type Target = [T]

The resulting type after dereferencing.

impl<T> DerefMut for ThinSlice<T>[src]

impl<T> Display for ThinSlice<T> where
    [T]: Display
[src]

impl<T> Eq for ThinSlice<T> where
    [T]: Eq
[src]

impl<T> Ord for ThinSlice<T> where
    [T]: Ord
[src]

impl<T, O: ?Sized> PartialEq<O> for ThinSlice<T> where
    [T]: PartialEq<O>, 
[src]

impl<T> PartialEq<ThinSlice<T>> for ThinSlice<T> where
    [T]: PartialEq
[src]

impl<T, O: ?Sized> PartialOrd<O> for ThinSlice<T> where
    [T]: PartialOrd<O>, 
[src]

impl<T> PartialOrd<ThinSlice<T>> for ThinSlice<T> where
    [T]: PartialOrd
[src]

impl<T> Thinnable for ThinSlice<T>[src]

type Head = usize

The sized part of the allocation.

type SliceItem = T

The item type of the slice part of the allocation.

Auto Trait Implementations

impl<T> Send for ThinSlice<T> where
    T: Send

impl<T> Sync for ThinSlice<T> where
    T: Sync

impl<T> Unpin for ThinSlice<T> where
    T: Unpin

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]