Struct nuklear_rust::NkCommandCurve
[−]
[src]
#[repr(C)]pub struct NkCommandCurve { /* fields omitted */ }
Methods
impl NkCommandCurve[src]
impl NkCommandCurve[src]
fn line_thickness(&self) -> u16
fn begin(&self) -> NkVec2i
fn end(&self) -> NkVec2i
fn color(&self) -> NkColor
fn ctrl(&self) -> &[NkVec2i]
Trait Implementations
impl Clone for NkCommandCurve[src]
fn clone(&self) -> NkCommandCurve
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl AsRef<nk_command_curve> for NkCommandCurve[src]
fn as_ref(&self) -> &nk_command_curve
Performs the conversion.
impl AsMut<nk_command_curve> for NkCommandCurve[src]
fn as_mut(&mut self) -> &mut nk_command_curve
Performs the conversion.