#[repr(C)]pub struct panda_arg_list {
pub nargs: i32,
pub list: *mut panda_arg,
pub plugin_name: *mut i8,
}Fields§
§nargs: i32§list: *mut panda_arg§plugin_name: *mut i8Trait Implementations§
Source§impl Clone for panda_arg_list
impl Clone for panda_arg_list
Source§fn clone(&self) -> panda_arg_list
fn clone(&self) -> panda_arg_list
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 panda_arg_list
impl Debug for panda_arg_list
impl Copy for panda_arg_list
Auto Trait Implementations§
impl Freeze for panda_arg_list
impl RefUnwindSafe for panda_arg_list
impl !Send for panda_arg_list
impl !Sync for panda_arg_list
impl Unpin for panda_arg_list
impl UnwindSafe for panda_arg_list
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