Struct nuklear_rust::NkCommandCircleFilled
[−]
[src]
#[repr(C)]pub struct NkCommandCircleFilled { /* fields omitted */ }
Methods
impl NkCommandCircleFilled[src]
impl NkCommandCircleFilled[src]
fn x(&self) -> i16
fn y(&self) -> i16
fn w(&self) -> u16
fn h(&self) -> u16
fn color(&self) -> NkColor
Trait Implementations
impl Clone for NkCommandCircleFilled[src]
fn clone(&self) -> NkCommandCircleFilled
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_circle_filled> for NkCommandCircleFilled[src]
fn as_ref(&self) -> &nk_command_circle_filled
Performs the conversion.
impl AsMut<nk_command_circle_filled> for NkCommandCircleFilled[src]
fn as_mut(&mut self) -> &mut nk_command_circle_filled
Performs the conversion.