Struct nuklear::CommandCircleFilled [−][src]
#[repr(C)]pub struct CommandCircleFilled { /* fields omitted */ }
Methods
impl CommandCircleFilled[src]
impl CommandCircleFilledimpl CommandCircleFilled[src]
impl CommandCircleFilledpub fn x(&self) -> i16[src]
pub fn x(&self) -> i16pub fn y(&self) -> i16[src]
pub fn y(&self) -> i16pub fn w(&self) -> u16[src]
pub fn w(&self) -> u16pub fn h(&self) -> u16[src]
pub fn h(&self) -> u16pub fn color(&self) -> Color[src]
pub fn color(&self) -> ColorTrait Implementations
impl Clone for CommandCircleFilled[src]
impl Clone for CommandCircleFilledfn clone(&self) -> CommandCircleFilled[src]
fn clone(&self) -> CommandCircleFilledReturns 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 CommandCircleFilled[src]
impl Debug for CommandCircleFilledfn 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_circle_filled> for CommandCircleFilled[src]
impl AsRef<nk_command_circle_filled> for CommandCircleFilledfn as_ref(&self) -> &nk_command_circle_filled[src]
fn as_ref(&self) -> &nk_command_circle_filledPerforms the conversion.
impl AsMut<nk_command_circle_filled> for CommandCircleFilled[src]
impl AsMut<nk_command_circle_filled> for CommandCircleFilledfn as_mut(&mut self) -> &mut nk_command_circle_filled[src]
fn as_mut(&mut self) -> &mut nk_command_circle_filledPerforms the conversion.
impl AsRef<CommandCircleFilled> for nk_command_circle_filled[src]
impl AsRef<CommandCircleFilled> for nk_command_circle_filledfn as_ref(&self) -> &CommandCircleFilled[src]
fn as_ref(&self) -> &CommandCircleFilledPerforms the conversion.
impl AsMut<CommandCircleFilled> for nk_command_circle_filled[src]
impl AsMut<CommandCircleFilled> for nk_command_circle_filledfn as_mut(&mut self) -> &mut CommandCircleFilled[src]
fn as_mut(&mut self) -> &mut CommandCircleFilledPerforms the conversion.
impl Default for CommandCircleFilled[src]
impl Default for CommandCircleFilledimpl AsRef<CommandCircleFilled> for Command[src]
impl AsRef<CommandCircleFilled> for Commandfn as_ref(&self) -> &CommandCircleFilled[src]
fn as_ref(&self) -> &CommandCircleFilledPerforms the conversion.
Auto Trait Implementations
impl !Send for CommandCircleFilled
impl !Send for CommandCircleFilledimpl !Sync for CommandCircleFilled
impl !Sync for CommandCircleFilled