Struct nuklear_rust::NkCommandBuffer [] [src]

#[repr(C)]
pub struct NkCommandBuffer { /* fields omitted */ }

Methods

impl NkCommandBuffer
[src]

Trait Implementations

impl Clone for NkCommandBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_command_buffer> for NkCommandBuffer
[src]

Performs the conversion.

impl AsMut<nk_command_buffer> for NkCommandBuffer
[src]

Performs the conversion.

impl Default for NkCommandBuffer
[src]

Returns the "default value" for a type. Read more