#[repr(C)]pub struct DrawNullTexture { /* private fields */ }
Trait Implementations§
Source§impl AsMut<DrawNullTexture> for nk_draw_null_texture
impl AsMut<DrawNullTexture> for nk_draw_null_texture
Source§fn as_mut(&mut self) -> &mut DrawNullTexture
fn as_mut(&mut self) -> &mut DrawNullTexture
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<nk_draw_null_texture> for DrawNullTexture
impl AsMut<nk_draw_null_texture> for DrawNullTexture
Source§fn as_mut(&mut self) -> &mut nk_draw_null_texture
fn as_mut(&mut self) -> &mut nk_draw_null_texture
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<DrawNullTexture> for nk_draw_null_texture
impl AsRef<DrawNullTexture> for nk_draw_null_texture
Source§fn as_ref(&self) -> &DrawNullTexture
fn as_ref(&self) -> &DrawNullTexture
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<nk_draw_null_texture> for DrawNullTexture
impl AsRef<nk_draw_null_texture> for DrawNullTexture
Source§fn as_ref(&self) -> &nk_draw_null_texture
fn as_ref(&self) -> &nk_draw_null_texture
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for DrawNullTexture
impl Clone for DrawNullTexture
Source§fn clone(&self) -> DrawNullTexture
fn clone(&self) -> DrawNullTexture
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DrawNullTexture
impl RefUnwindSafe for DrawNullTexture
impl !Send for DrawNullTexture
impl !Sync for DrawNullTexture
impl Unpin for DrawNullTexture
impl UnwindSafe for DrawNullTexture
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more