Struct nuklear::CommandPolyline [−][src]
#[repr(C)]pub struct CommandPolyline { /* fields omitted */ }
Methods
impl CommandPolyline[src]
impl CommandPolylineimpl CommandPolyline[src]
impl CommandPolylinepub fn line_thickness(&self) -> u16[src]
pub fn line_thickness(&self) -> u16pub fn points(&self) -> &[Vec2i][src]
pub fn points(&self) -> &[Vec2i]pub fn color(&self) -> Color[src]
pub fn color(&self) -> ColorTrait Implementations
impl Clone for CommandPolyline[src]
impl Clone for CommandPolylinefn clone(&self) -> CommandPolyline[src]
fn clone(&self) -> CommandPolylineReturns 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 CommandPolyline[src]
impl Debug for CommandPolylinefn 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_polyline> for CommandPolyline[src]
impl AsRef<nk_command_polyline> for CommandPolylinefn as_ref(&self) -> &nk_command_polyline[src]
fn as_ref(&self) -> &nk_command_polylinePerforms the conversion.
impl AsMut<nk_command_polyline> for CommandPolyline[src]
impl AsMut<nk_command_polyline> for CommandPolylinefn as_mut(&mut self) -> &mut nk_command_polyline[src]
fn as_mut(&mut self) -> &mut nk_command_polylinePerforms the conversion.
impl AsRef<CommandPolyline> for nk_command_polyline[src]
impl AsRef<CommandPolyline> for nk_command_polylinefn as_ref(&self) -> &CommandPolyline[src]
fn as_ref(&self) -> &CommandPolylinePerforms the conversion.
impl AsMut<CommandPolyline> for nk_command_polyline[src]
impl AsMut<CommandPolyline> for nk_command_polylinefn as_mut(&mut self) -> &mut CommandPolyline[src]
fn as_mut(&mut self) -> &mut CommandPolylinePerforms the conversion.
impl Default for CommandPolyline[src]
impl Default for CommandPolylineimpl AsRef<CommandPolyline> for Command[src]
impl AsRef<CommandPolyline> for Commandfn as_ref(&self) -> &CommandPolyline[src]
fn as_ref(&self) -> &CommandPolylinePerforms the conversion.
Auto Trait Implementations
impl !Send for CommandPolyline
impl !Send for CommandPolylineimpl !Sync for CommandPolyline
impl !Sync for CommandPolyline