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