[][src]Struct brotli::ffi::decompressor::ffi::alloc_util::MemoryBlock

pub struct MemoryBlock<Ty>(_)
where
    Ty: Default
;

Trait Implementations

impl<Ty> Default for MemoryBlock<Ty> where
    Ty: Default
[src]

impl<Ty> Drop for MemoryBlock<Ty> where
    Ty: Default
[src]

impl<Ty> Index<usize> for MemoryBlock<Ty> where
    Ty: Default
[src]

type Output = Ty

The returned type after indexing.

impl<Ty> IndexMut<usize> for MemoryBlock<Ty> where
    Ty: Default
[src]

impl<Ty> SliceWrapper<Ty> for MemoryBlock<Ty> where
    Ty: Default
[src]

impl<Ty> SliceWrapperMut<Ty> for MemoryBlock<Ty> where
    Ty: Default
[src]

Auto Trait Implementations

impl<Ty> RefUnwindSafe for MemoryBlock<Ty> where
    Ty: RefUnwindSafe

impl<Ty> Send for MemoryBlock<Ty> where
    Ty: Send

impl<Ty> Sync for MemoryBlock<Ty> where
    Ty: Sync

impl<Ty> Unpin for MemoryBlock<Ty>

impl<Ty> UnwindSafe for MemoryBlock<Ty> where
    Ty: UnwindSafe

Blanket Implementations

impl<T, U> AllocatedSlice<T> for U where
    U: SliceWrapperMut<T> + SliceWrapper<T> + Default
[src]

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.