Struct divans::slice_util::SlicePlaceholder32[][src]

pub struct SlicePlaceholder32<T> { /* fields omitted */ }

Methods

impl<T> SlicePlaceholder32<T>
[src]

Trait Implementations

impl<T: Copy> Copy for SlicePlaceholder32<T>
[src]

impl<T: Clone> Clone for SlicePlaceholder32<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Default> Default for SlicePlaceholder32<T>
[src]

Returns the "default value" for a type. Read more

impl<T: Debug> Debug for SlicePlaceholder32<T>
[src]

Formats the value using the given formatter. Read more

impl<T> SliceWrapper<T> for SlicePlaceholder32<T>
[src]

Important traits for &'a [u8]

Auto Trait Implementations

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

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