Struct interoptopus::patterns::slice::FFISliceMut[][src]

#[repr(C)]
pub struct FFISliceMut<'a, T> { /* fields omitted */ }
Expand description

A representation of a mutable array passed over an FFI boundary

Implementations

Create new Self from a normal slice.

Tries to return a slice if the pointer was not null.

Tries to return a slice if the pointer was not null.

Creates a new empty slice.

Trait Implementations

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Performs the conversion.

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.