Struct nuklear::CommandTriangleFilled [−][src]
#[repr(C)]pub struct CommandTriangleFilled { /* fields omitted */ }
Methods
impl CommandTriangleFilled[src]
impl CommandTriangleFilledimpl CommandTriangleFilled[src]
impl CommandTriangleFilledpub fn a(&self) -> Vec2i[src]
pub fn a(&self) -> Vec2ipub fn b(&self) -> Vec2i[src]
pub fn b(&self) -> Vec2ipub fn c(&self) -> Vec2i[src]
pub fn c(&self) -> Vec2ipub fn color(&self) -> Color[src]
pub fn color(&self) -> ColorTrait Implementations
impl Clone for CommandTriangleFilled[src]
impl Clone for CommandTriangleFilledfn clone(&self) -> CommandTriangleFilled[src]
fn clone(&self) -> CommandTriangleFilledReturns 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 CommandTriangleFilled[src]
impl Debug for CommandTriangleFilledfn 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_triangle_filled> for CommandTriangleFilled[src]
impl AsRef<nk_command_triangle_filled> for CommandTriangleFilledfn as_ref(&self) -> &nk_command_triangle_filled[src]
fn as_ref(&self) -> &nk_command_triangle_filledPerforms the conversion.
impl AsMut<nk_command_triangle_filled> for CommandTriangleFilled[src]
impl AsMut<nk_command_triangle_filled> for CommandTriangleFilledfn as_mut(&mut self) -> &mut nk_command_triangle_filled[src]
fn as_mut(&mut self) -> &mut nk_command_triangle_filledPerforms the conversion.
impl AsRef<CommandTriangleFilled> for nk_command_triangle_filled[src]
impl AsRef<CommandTriangleFilled> for nk_command_triangle_filledfn as_ref(&self) -> &CommandTriangleFilled[src]
fn as_ref(&self) -> &CommandTriangleFilledPerforms the conversion.
impl AsMut<CommandTriangleFilled> for nk_command_triangle_filled[src]
impl AsMut<CommandTriangleFilled> for nk_command_triangle_filledfn as_mut(&mut self) -> &mut CommandTriangleFilled[src]
fn as_mut(&mut self) -> &mut CommandTriangleFilledPerforms the conversion.
impl Default for CommandTriangleFilled[src]
impl Default for CommandTriangleFilledimpl AsRef<CommandTriangleFilled> for Command[src]
impl AsRef<CommandTriangleFilled> for Commandfn as_ref(&self) -> &CommandTriangleFilled[src]
fn as_ref(&self) -> &CommandTriangleFilledPerforms the conversion.
Auto Trait Implementations
impl !Send for CommandTriangleFilled
impl !Send for CommandTriangleFilledimpl !Sync for CommandTriangleFilled
impl !Sync for CommandTriangleFilled