#[repr(C)]pub struct im_type_desc {
pub type_: im_arg_type,
pub size: c_int,
pub flags: im_type_flags,
pub init: im_init_obj_fn,
pub dest: im_dest_obj_fn,
}Fields§
§type_: im_arg_type§size: c_int§flags: im_type_flags§init: im_init_obj_fn§dest: im_dest_obj_fnTrait Implementations§
Source§impl Clone for im_type_desc
impl Clone for im_type_desc
Source§fn clone(&self) -> im_type_desc
fn clone(&self) -> im_type_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_type_desc
impl Debug for im_type_desc
impl Copy for im_type_desc
Auto Trait Implementations§
impl Freeze for im_type_desc
impl RefUnwindSafe for im_type_desc
impl !Send for im_type_desc
impl !Sync for im_type_desc
impl Unpin for im_type_desc
impl UnwindSafe for im_type_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