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