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