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