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