Struct nvpair::NvList []

pub struct NvList(_);

An NvList

Methods

impl NvList
[src]

[src]

Create a new NvList with no options

[src]

Create a new NvList with the NV_UNIQUE_NAME constraint

[src]

Methods from Deref<Target = NvListRef>

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl ForeignType for NvList

The raw C type.

The type representing a reference to this type.

Constructs an instance of this type from its raw type.

Returns a raw pointer to the wrapped value.

impl Drop for NvList

Executes the destructor for this type. Read more

impl Deref for NvList

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for NvList

Mutably dereferences the value.

impl Borrow<NvListRef> for NvList

Immutably borrows from an owned value. Read more

impl AsRef<NvListRef> for NvList

Performs the conversion.

impl Clone for NvList
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more