Struct nuklear::CommandImage [−][src]
#[repr(C)]pub struct CommandImage { /* fields omitted */ }
Methods
impl CommandImage[src]
impl CommandImageimpl CommandImage[src]
impl CommandImagepub 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 col(&self) -> Color[src]
pub fn col(&self) -> Colorpub fn img(&self) -> Image[src]
pub fn img(&self) -> ImageTrait Implementations
impl Clone for CommandImage[src]
impl Clone for CommandImagefn clone(&self) -> CommandImage[src]
fn clone(&self) -> CommandImageReturns 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 CommandImage[src]
impl Debug for CommandImagefn 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_image> for CommandImage[src]
impl AsRef<nk_command_image> for CommandImagefn as_ref(&self) -> &nk_command_image[src]
fn as_ref(&self) -> &nk_command_imagePerforms the conversion.
impl AsMut<nk_command_image> for CommandImage[src]
impl AsMut<nk_command_image> for CommandImagefn as_mut(&mut self) -> &mut nk_command_image[src]
fn as_mut(&mut self) -> &mut nk_command_imagePerforms the conversion.
impl AsRef<CommandImage> for nk_command_image[src]
impl AsRef<CommandImage> for nk_command_imagefn as_ref(&self) -> &CommandImage[src]
fn as_ref(&self) -> &CommandImagePerforms the conversion.
impl AsMut<CommandImage> for nk_command_image[src]
impl AsMut<CommandImage> for nk_command_imagefn as_mut(&mut self) -> &mut CommandImage[src]
fn as_mut(&mut self) -> &mut CommandImagePerforms the conversion.
impl Default for CommandImage[src]
impl Default for CommandImageimpl AsRef<CommandImage> for Command[src]
impl AsRef<CommandImage> for Commandfn as_ref(&self) -> &CommandImage[src]
fn as_ref(&self) -> &CommandImagePerforms the conversion.
Auto Trait Implementations
impl !Send for CommandImage
impl !Send for CommandImageimpl !Sync for CommandImage
impl !Sync for CommandImage