Struct nuklear_rust::NkCommandArcFilled
[−]
[src]
#[repr(C)]pub struct NkCommandArcFilled { /* fields omitted */ }
Methods
impl NkCommandArcFilled[src]
impl NkCommandArcFilled[src]
fn cx(&self) -> i16
fn cy(&self) -> i16
fn r(&self) -> u16
fn a(&self) -> &[f32]
fn color(&self) -> NkColor
Trait Implementations
impl Clone for NkCommandArcFilled[src]
fn clone(&self) -> NkCommandArcFilled
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_arc_filled> for NkCommandArcFilled[src]
fn as_ref(&self) -> &nk_command_arc_filled
Performs the conversion.
impl AsMut<nk_command_arc_filled> for NkCommandArcFilled[src]
fn as_mut(&mut self) -> &mut nk_command_arc_filled
Performs the conversion.