Struct windows::Array[][src]

pub struct Array<T: RuntimeType> { /* fields omitted */ }
Expand description

A WinRT array stores elements contiguously in a heap-allocated buffer.

Implementations

Creates an empty array.

Creates an array of the given length with default values.

Returns true if the array is empty.

Returns the length of the array.

Clears the contents of the array.

Trait Implementations

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

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Executes the destructor for this type. 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.