Struct nuklear::CommandPolygon [−][src]
#[repr(C)]pub struct CommandPolygon { /* fields omitted */ }
Methods
impl CommandPolygon[src]
impl CommandPolygonimpl CommandPolygon[src]
impl CommandPolygonpub 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 CommandPolygon[src]
impl Clone for CommandPolygonfn clone(&self) -> CommandPolygon[src]
fn clone(&self) -> CommandPolygonReturns 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 CommandPolygon[src]
impl Debug for CommandPolygonfn 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_polygon> for CommandPolygon[src]
impl AsRef<nk_command_polygon> for CommandPolygonfn as_ref(&self) -> &nk_command_polygon[src]
fn as_ref(&self) -> &nk_command_polygonPerforms the conversion.
impl AsMut<nk_command_polygon> for CommandPolygon[src]
impl AsMut<nk_command_polygon> for CommandPolygonfn as_mut(&mut self) -> &mut nk_command_polygon[src]
fn as_mut(&mut self) -> &mut nk_command_polygonPerforms the conversion.
impl AsRef<CommandPolygon> for nk_command_polygon[src]
impl AsRef<CommandPolygon> for nk_command_polygonfn as_ref(&self) -> &CommandPolygon[src]
fn as_ref(&self) -> &CommandPolygonPerforms the conversion.
impl AsMut<CommandPolygon> for nk_command_polygon[src]
impl AsMut<CommandPolygon> for nk_command_polygonfn as_mut(&mut self) -> &mut CommandPolygon[src]
fn as_mut(&mut self) -> &mut CommandPolygonPerforms the conversion.
impl Default for CommandPolygon[src]
impl Default for CommandPolygonimpl AsRef<CommandPolygon> for Command[src]
impl AsRef<CommandPolygon> for Commandfn as_ref(&self) -> &CommandPolygon[src]
fn as_ref(&self) -> &CommandPolygonPerforms the conversion.
Auto Trait Implementations
impl !Send for CommandPolygon
impl !Send for CommandPolygonimpl !Sync for CommandPolygon
impl !Sync for CommandPolygon