#[repr(C)]pub struct im_intvec_object {
pub n: c_int,
pub vec: *mut c_int,
}Fields§
§n: c_int§vec: *mut c_intTrait Implementations§
Source§impl Clone for im_intvec_object
impl Clone for im_intvec_object
Source§fn clone(&self) -> im_intvec_object
fn clone(&self) -> im_intvec_object
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_intvec_object
impl Debug for im_intvec_object
impl Copy for im_intvec_object
Auto Trait Implementations§
impl Freeze for im_intvec_object
impl RefUnwindSafe for im_intvec_object
impl !Send for im_intvec_object
impl !Sync for im_intvec_object
impl Unpin for im_intvec_object
impl UnwindSafe for im_intvec_object
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