#[repr(C)]pub struct FunctionArgs {
pub args: *const c_char,
pub args_end: *const c_char,
}
Fields§
§args: *const c_char
§args_end: *const c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FunctionArgs
impl RefUnwindSafe for FunctionArgs
impl !Send for FunctionArgs
impl !Sync for FunctionArgs
impl Unpin for FunctionArgs
impl UnwindSafe for FunctionArgs
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