#[repr(C)]pub struct target_command {
pub specific_name: *const c_char,
pub cmds: *const command_s,
pub next: *mut target_command_s,
}Fields§
§specific_name: *const c_char§cmds: *const command_s§next: *mut target_command_sTrait Implementations§
Source§impl Clone for target_command
impl Clone for target_command
Source§fn clone(&self) -> target_command
fn clone(&self) -> target_command
Returns a duplicate 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 moreSource§impl Debug for target_command
impl Debug for target_command
impl Copy for target_command
Auto Trait Implementations§
impl Freeze for target_command
impl RefUnwindSafe for target_command
impl !Send for target_command
impl !Sync for target_command
impl Unpin for target_command
impl UnwindSafe for target_command
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