Struct nuklear::CommandLine [−][src]
#[repr(C)]pub struct CommandLine { /* fields omitted */ }
Methods
impl CommandLine[src]
impl CommandLineimpl CommandLine[src]
impl CommandLinepub fn line_thickness(&self) -> u16[src]
pub fn line_thickness(&self) -> u16pub fn begin(&self) -> Vec2i[src]
pub fn begin(&self) -> Vec2ipub fn end(&self) -> Vec2i[src]
pub fn end(&self) -> Vec2ipub fn color(&self) -> Color[src]
pub fn color(&self) -> ColorTrait Implementations
impl Clone for CommandLine[src]
impl Clone for CommandLinefn clone(&self) -> CommandLine[src]
fn clone(&self) -> CommandLineReturns 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 Debug for CommandLine[src]
impl Debug for CommandLinefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl AsRef<nk_command_line> for CommandLine[src]
impl AsRef<nk_command_line> for CommandLinefn as_ref(&self) -> &nk_command_line[src]
fn as_ref(&self) -> &nk_command_linePerforms the conversion.
impl AsMut<nk_command_line> for CommandLine[src]
impl AsMut<nk_command_line> for CommandLinefn as_mut(&mut self) -> &mut nk_command_line[src]
fn as_mut(&mut self) -> &mut nk_command_linePerforms the conversion.
impl AsRef<CommandLine> for nk_command_line[src]
impl AsRef<CommandLine> for nk_command_linefn as_ref(&self) -> &CommandLine[src]
fn as_ref(&self) -> &CommandLinePerforms the conversion.
impl AsMut<CommandLine> for nk_command_line[src]
impl AsMut<CommandLine> for nk_command_linefn as_mut(&mut self) -> &mut CommandLine[src]
fn as_mut(&mut self) -> &mut CommandLinePerforms the conversion.
impl Default for CommandLine[src]
impl Default for CommandLineimpl AsRef<CommandLine> for Command[src]
impl AsRef<CommandLine> for Commandfn as_ref(&self) -> &CommandLine[src]
fn as_ref(&self) -> &CommandLinePerforms the conversion.
Auto Trait Implementations
impl !Send for CommandLine
impl !Send for CommandLineimpl !Sync for CommandLine
impl !Sync for CommandLine