Struct base64_simd::OutBuf[][src]

pub struct OutBuf<'a, T> { /* fields omitted */ }
Expand description

A write-only slice of T.

Implementations

Returns an OutBuf<'a, T>

Safety

This function requires:

  • It’s safe to call slice::from_raw_parts_mut(base.cast::<MaybeUninit<T>>(), len)

See also slice::from_raw_parts_mut

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.