Struct nuklear::CommandCurve [−][src]
#[repr(C)]pub struct CommandCurve { /* fields omitted */ }
Methods
impl CommandCurve[src]
impl CommandCurveimpl CommandCurve[src]
impl CommandCurvepub 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) -> Colorpub fn ctrl(&self) -> &[Vec2i][src]
pub fn ctrl(&self) -> &[Vec2i]Trait Implementations
impl Clone for CommandCurve[src]
impl Clone for CommandCurvefn clone(&self) -> CommandCurve[src]
fn clone(&self) -> CommandCurveReturns 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 CommandCurve[src]
impl Debug for CommandCurvefn 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_curve> for CommandCurve[src]
impl AsRef<nk_command_curve> for CommandCurvefn as_ref(&self) -> &nk_command_curve[src]
fn as_ref(&self) -> &nk_command_curvePerforms the conversion.
impl AsMut<nk_command_curve> for CommandCurve[src]
impl AsMut<nk_command_curve> for CommandCurvefn as_mut(&mut self) -> &mut nk_command_curve[src]
fn as_mut(&mut self) -> &mut nk_command_curvePerforms the conversion.
impl AsRef<CommandCurve> for nk_command_curve[src]
impl AsRef<CommandCurve> for nk_command_curvefn as_ref(&self) -> &CommandCurve[src]
fn as_ref(&self) -> &CommandCurvePerforms the conversion.
impl AsMut<CommandCurve> for nk_command_curve[src]
impl AsMut<CommandCurve> for nk_command_curvefn as_mut(&mut self) -> &mut CommandCurve[src]
fn as_mut(&mut self) -> &mut CommandCurvePerforms the conversion.
impl Default for CommandCurve[src]
impl Default for CommandCurveimpl AsRef<CommandCurve> for Command[src]
impl AsRef<CommandCurve> for Commandfn as_ref(&self) -> &CommandCurve[src]
fn as_ref(&self) -> &CommandCurvePerforms the conversion.
Auto Trait Implementations
impl !Send for CommandCurve
impl !Send for CommandCurveimpl !Sync for CommandCurve
impl !Sync for CommandCurve