#[repr(C)]pub struct lxc_attach_command_t {
pub program: *mut c_char,
pub argv: *mut *mut c_char,
}Fields§
§program: *mut c_char§argv: *mut *mut c_charTrait Implementations§
Source§impl Clone for lxc_attach_command_t
impl Clone for lxc_attach_command_t
Source§fn clone(&self) -> lxc_attach_command_t
fn clone(&self) -> lxc_attach_command_t
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 lxc_attach_command_t
impl Debug for lxc_attach_command_t
impl Copy for lxc_attach_command_t
Auto Trait Implementations§
impl Freeze for lxc_attach_command_t
impl RefUnwindSafe for lxc_attach_command_t
impl !Send for lxc_attach_command_t
impl !Sync for lxc_attach_command_t
impl Unpin for lxc_attach_command_t
impl UnwindSafe for lxc_attach_command_t
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