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