#[repr(C)]pub struct ove_shell_cmd {
pub name: *const c_char,
pub help: *const c_char,
pub handler: Option<unsafe extern "C" fn(i32, *const *const c_char)>,
}Fields§
§name: *const c_char§help: *const c_char§handler: Option<unsafe extern "C" fn(i32, *const *const c_char)>Auto Trait Implementations§
impl Freeze for ove_shell_cmd
impl RefUnwindSafe for ove_shell_cmd
impl !Send for ove_shell_cmd
impl !Sync for ove_shell_cmd
impl Unpin for ove_shell_cmd
impl UnwindSafe for ove_shell_cmd
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