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