Struct nuklear_rust::NkCommandLine
[−]
[src]
#[repr(C)]pub struct NkCommandLine { /* fields omitted */ }
Methods
impl NkCommandLine[src]
impl NkCommandLine[src]
fn line_thickness(&self) -> u16
fn begin(&self) -> NkVec2i
fn end(&self) -> NkVec2i
fn color(&self) -> NkColor
Trait Implementations
impl Clone for NkCommandLine[src]
fn clone(&self) -> NkCommandLine
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl AsRef<nk_command_line> for NkCommandLine[src]
fn as_ref(&self) -> &nk_command_line
Performs the conversion.
impl AsMut<nk_command_line> for NkCommandLine[src]
fn as_mut(&mut self) -> &mut nk_command_line
Performs the conversion.