Struct nuklear_rust::NkConvertConfig [] [src]

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

Methods

impl NkConvertConfig
[src]

Trait Implementations

impl Clone for NkConvertConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl AsRef<nk_convert_config> for NkConvertConfig
[src]

Performs the conversion.

impl AsMut<nk_convert_config> for NkConvertConfig
[src]

Performs the conversion.

impl Default for NkConvertConfig
[src]

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