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