Struct nuklear::DrawNullTexture [−][src]
#[repr(C)]pub struct DrawNullTexture { /* fields omitted */ }
Trait Implementations
impl Clone for DrawNullTexture[src]
impl Clone for DrawNullTexturefn clone(&self) -> DrawNullTexture[src]
fn clone(&self) -> DrawNullTextureReturns 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 DrawNullTexture[src]
impl Debug for DrawNullTexturefn 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_null_texture> for DrawNullTexture[src]
impl AsRef<nk_draw_null_texture> for DrawNullTexturefn as_ref(&self) -> &nk_draw_null_texture[src]
fn as_ref(&self) -> &nk_draw_null_texturePerforms the conversion.
impl AsMut<nk_draw_null_texture> for DrawNullTexture[src]
impl AsMut<nk_draw_null_texture> for DrawNullTexturefn as_mut(&mut self) -> &mut nk_draw_null_texture[src]
fn as_mut(&mut self) -> &mut nk_draw_null_texturePerforms the conversion.
impl AsRef<DrawNullTexture> for nk_draw_null_texture[src]
impl AsRef<DrawNullTexture> for nk_draw_null_texturefn as_ref(&self) -> &DrawNullTexture[src]
fn as_ref(&self) -> &DrawNullTexturePerforms the conversion.
impl AsMut<DrawNullTexture> for nk_draw_null_texture[src]
impl AsMut<DrawNullTexture> for nk_draw_null_texturefn as_mut(&mut self) -> &mut DrawNullTexture[src]
fn as_mut(&mut self) -> &mut DrawNullTexturePerforms the conversion.
impl Default for DrawNullTexture[src]
impl Default for DrawNullTextureAuto Trait Implementations
impl !Send for DrawNullTexture
impl !Send for DrawNullTextureimpl !Sync for DrawNullTexture
impl !Sync for DrawNullTexture