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