Struct buffer::CapAtBuffer[][src]

pub struct CapAtBuffer<'data, T: ToBufferRef<'data>> { /* fields omitted */ }

The intermediate step from a CapAt to a BufferRef.

Trait Implementations

impl<'data, T: ToBufferRef<'data>> ToBufferRef<'data> for CapAtBuffer<'data, T>[src]

Auto Trait Implementations

impl<'data, T> RefUnwindSafe for CapAtBuffer<'data, T> where
    T: RefUnwindSafe

impl<'data, T> Send for CapAtBuffer<'data, T> where
    T: Send

impl<'data, T> Sync for CapAtBuffer<'data, T> where
    T: Sync

impl<'data, T> Unpin for CapAtBuffer<'data, T> where
    T: Unpin

impl<'data, T> UnwindSafe for CapAtBuffer<'data, T> where
    T: UnwindSafe

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]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.