#[repr(C)]pub struct DrawCommand { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AsMut<DrawCommand> for nk_draw_command
impl AsMut<DrawCommand> for nk_draw_command
Source§fn as_mut(&mut self) -> &mut DrawCommand
fn as_mut(&mut self) -> &mut DrawCommand
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsMut<nk_draw_command> for DrawCommand
impl AsMut<nk_draw_command> for DrawCommand
Source§fn as_mut(&mut self) -> &mut nk_draw_command
fn as_mut(&mut self) -> &mut nk_draw_command
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<DrawCommand> for nk_draw_command
impl AsRef<DrawCommand> for nk_draw_command
Source§fn as_ref(&self) -> &DrawCommand
fn as_ref(&self) -> &DrawCommand
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<nk_draw_command> for DrawCommand
impl AsRef<nk_draw_command> for DrawCommand
Source§fn as_ref(&self) -> &nk_draw_command
fn as_ref(&self) -> &nk_draw_command
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for DrawCommand
impl Clone for DrawCommand
Source§fn clone(&self) -> DrawCommand
fn clone(&self) -> DrawCommand
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 DrawCommand
impl RefUnwindSafe for DrawCommand
impl !Send for DrawCommand
impl !Sync for DrawCommand
impl Unpin for DrawCommand
impl UnwindSafe for DrawCommand
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