Struct nuklear::StringArray [−][src]
pub struct StringArray<'a> { /* fields omitted */ }Methods
impl<'a> StringArray<'a>[src]
impl<'a> StringArray<'a>pub fn as_ptr(&self) -> *const *const c_char[src]
pub fn as_ptr(&self) -> *const *const c_charpub fn as_mut(&mut self) -> *mut *const c_char[src]
pub fn as_mut(&mut self) -> *mut *const c_charpub fn len(&self) -> usize[src]
pub fn len(&self) -> usizepub fn is_empty(&self) -> bool[src]
pub fn is_empty(&self) -> boolTrait Implementations
impl<'a> Clone for StringArray<'a>[src]
impl<'a> Clone for StringArray<'a>fn clone(&self) -> StringArray<'a>[src]
fn clone(&self) -> StringArray<'a>Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl<'a> From<&'a [&'a str]> for StringArray<'a>[src]
impl<'a> From<&'a [&'a str]> for StringArray<'a>Auto Trait Implementations
impl<'a> !Send for StringArray<'a>
impl<'a> !Send for StringArray<'a>impl<'a> !Sync for StringArray<'a>
impl<'a> !Sync for StringArray<'a>