Struct nuklear_rust::NkString [] [src]

pub struct NkString<'a> { /* fields omitted */ }

Methods

impl<'a> NkString<'a>
[src]

Trait Implementations

impl<'a> Clone for NkString<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> From<&'a str> for NkString<'a>
[src]

Performs the conversion.

impl From<String> for NkString<'static>
[src]

Performs the conversion.