Struct nuklear::CommandCircle [−][src]
#[repr(C)]pub struct CommandCircle { /* fields omitted */ }
Methods
impl CommandCircle[src]
impl CommandCircleimpl CommandCircle[src]
impl CommandCirclepub fn line_thickness(&self) -> u16[src]
pub fn line_thickness(&self) -> u16pub 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 CommandCircle[src]
impl Clone for CommandCirclefn clone(&self) -> CommandCircle[src]
fn clone(&self) -> CommandCircleReturns 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 CommandCircle[src]
impl Debug for CommandCirclefn 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> for CommandCircle[src]
impl AsRef<nk_command_circle> for CommandCirclefn as_ref(&self) -> &nk_command_circle[src]
fn as_ref(&self) -> &nk_command_circlePerforms the conversion.
impl AsMut<nk_command_circle> for CommandCircle[src]
impl AsMut<nk_command_circle> for CommandCirclefn as_mut(&mut self) -> &mut nk_command_circle[src]
fn as_mut(&mut self) -> &mut nk_command_circlePerforms the conversion.
impl AsRef<CommandCircle> for nk_command_circle[src]
impl AsRef<CommandCircle> for nk_command_circlefn as_ref(&self) -> &CommandCircle[src]
fn as_ref(&self) -> &CommandCirclePerforms the conversion.
impl AsMut<CommandCircle> for nk_command_circle[src]
impl AsMut<CommandCircle> for nk_command_circlefn as_mut(&mut self) -> &mut CommandCircle[src]
fn as_mut(&mut self) -> &mut CommandCirclePerforms the conversion.
impl Default for CommandCircle[src]
impl Default for CommandCircleimpl AsRef<CommandCircle> for Command[src]
impl AsRef<CommandCircle> for Commandfn as_ref(&self) -> &CommandCircle[src]
fn as_ref(&self) -> &CommandCirclePerforms the conversion.
Auto Trait Implementations
impl !Send for CommandCircle
impl !Send for CommandCircleimpl !Sync for CommandCircle
impl !Sync for CommandCircle