Struct nuklear_rust::NkCommandScissor
[−]
[src]
#[repr(C)]pub struct NkCommandScissor { /* fields omitted */ }
Methods
impl NkCommandScissor[src]
impl NkCommandScissor[src]
Trait Implementations
impl Clone for NkCommandScissor[src]
fn clone(&self) -> NkCommandScissor
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_scissor> for NkCommandScissor[src]
fn as_ref(&self) -> &nk_command_scissor
Performs the conversion.
impl AsMut<nk_command_scissor> for NkCommandScissor[src]
fn as_mut(&mut self) -> &mut nk_command_scissor
Performs the conversion.