Struct nuklear::DrawCommand [−][src]
#[repr(C)]pub struct DrawCommand { /* fields omitted */ }
Methods
impl DrawCommand[src]
impl DrawCommandpub fn clip_rect(&self) -> &Rect[src]
pub fn clip_rect(&self) -> &Rectpub fn elem_count(&self) -> u32[src]
pub fn elem_count(&self) -> u32pub fn texture(&self) -> Handle[src]
pub fn texture(&self) -> HandleTrait Implementations
impl Clone for DrawCommand[src]
impl Clone for DrawCommandfn clone(&self) -> DrawCommand[src]
fn clone(&self) -> DrawCommandReturns 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 DrawCommand[src]
impl Debug for DrawCommandfn 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_draw_command> for DrawCommand[src]
impl AsRef<nk_draw_command> for DrawCommandfn as_ref(&self) -> &nk_draw_command[src]
fn as_ref(&self) -> &nk_draw_commandPerforms the conversion.
impl AsMut<nk_draw_command> for DrawCommand[src]
impl AsMut<nk_draw_command> for DrawCommandfn as_mut(&mut self) -> &mut nk_draw_command[src]
fn as_mut(&mut self) -> &mut nk_draw_commandPerforms the conversion.
impl AsRef<DrawCommand> for nk_draw_command[src]
impl AsRef<DrawCommand> for nk_draw_commandfn as_ref(&self) -> &DrawCommand[src]
fn as_ref(&self) -> &DrawCommandPerforms the conversion.
impl AsMut<DrawCommand> for nk_draw_command[src]
impl AsMut<DrawCommand> for nk_draw_commandfn as_mut(&mut self) -> &mut DrawCommand[src]
fn as_mut(&mut self) -> &mut DrawCommandPerforms the conversion.
impl Default for DrawCommand[src]
impl Default for DrawCommandAuto Trait Implementations
impl !Send for DrawCommand
impl !Send for DrawCommandimpl !Sync for DrawCommand
impl !Sync for DrawCommand