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

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

A representation of an 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.

Creates a new empty slice.

Trait Implementations

Returns the “default value” for a type. Read more

The resulting type after dereferencing.

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.