#[repr(C)]pub struct panda_arg {
pub argptr: *mut c_char,
pub key: *mut c_char,
pub value: *mut c_char,
}Fields§
§argptr: *mut c_char§key: *mut c_char§value: *mut c_charTrait Implementations§
Auto Trait Implementations§
impl Freeze for panda_arg
impl RefUnwindSafe for panda_arg
impl !Send for panda_arg
impl !Sync for panda_arg
impl Unpin for panda_arg
impl UnwindSafe for panda_arg
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