Struct nuklear::Buffer[][src]

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

Methods

impl Buffer
[src]

Trait Implementations

impl Clone for Buffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Buffer
[src]

Formats the value using the given formatter. Read more

impl AsRef<nk_buffer> for Buffer
[src]

Performs the conversion.

impl AsMut<nk_buffer> for Buffer
[src]

Performs the conversion.

impl AsRef<Buffer> for nk_buffer
[src]

Performs the conversion.

impl AsMut<Buffer> for nk_buffer
[src]

Performs the conversion.

impl Default for Buffer
[src]

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

impl Drop for Buffer
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for Buffer

impl !Sync for Buffer