Struct nuklear::CommandScissor [−][src]
#[repr(C)]pub struct CommandScissor { /* fields omitted */ }
Methods
impl CommandScissor[src]
impl CommandScissorimpl CommandScissor[src]
impl CommandScissorpub 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) -> u16Trait Implementations
impl Clone for CommandScissor[src]
impl Clone for CommandScissorfn clone(&self) -> CommandScissor[src]
fn clone(&self) -> CommandScissorReturns 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 CommandScissor[src]
impl Debug for CommandScissorfn 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_scissor> for CommandScissor[src]
impl AsRef<nk_command_scissor> for CommandScissorfn as_ref(&self) -> &nk_command_scissor[src]
fn as_ref(&self) -> &nk_command_scissorPerforms the conversion.
impl AsMut<nk_command_scissor> for CommandScissor[src]
impl AsMut<nk_command_scissor> for CommandScissorfn as_mut(&mut self) -> &mut nk_command_scissor[src]
fn as_mut(&mut self) -> &mut nk_command_scissorPerforms the conversion.
impl AsRef<CommandScissor> for nk_command_scissor[src]
impl AsRef<CommandScissor> for nk_command_scissorfn as_ref(&self) -> &CommandScissor[src]
fn as_ref(&self) -> &CommandScissorPerforms the conversion.
impl AsMut<CommandScissor> for nk_command_scissor[src]
impl AsMut<CommandScissor> for nk_command_scissorfn as_mut(&mut self) -> &mut CommandScissor[src]
fn as_mut(&mut self) -> &mut CommandScissorPerforms the conversion.
impl Default for CommandScissor[src]
impl Default for CommandScissorimpl AsRef<CommandScissor> for Command[src]
impl AsRef<CommandScissor> for Commandfn as_ref(&self) -> &CommandScissor[src]
fn as_ref(&self) -> &CommandScissorPerforms the conversion.
Auto Trait Implementations
impl !Send for CommandScissor
impl !Send for CommandScissorimpl !Sync for CommandScissor
impl !Sync for CommandScissor