#[repr(C)]pub struct s_vector_ptr {
pub stor_begin: *mut *mut c_void,
pub stor_end: *mut *mut c_void,
pub end: *mut *mut c_void,
pub item_destructor: igraph_finally_func_t,
}Expand description
Vector, storing pointers efficiently \ingroup internal
Fields§
§stor_begin: *mut *mut c_void§stor_end: *mut *mut c_void§end: *mut *mut c_void§item_destructor: igraph_finally_func_tTrait Implementations§
Source§impl Clone for s_vector_ptr
impl Clone for s_vector_ptr
Source§fn clone(&self) -> s_vector_ptr
fn clone(&self) -> s_vector_ptr
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 s_vector_ptr
impl Debug for s_vector_ptr
impl Copy for s_vector_ptr
Auto Trait Implementations§
impl Freeze for s_vector_ptr
impl RefUnwindSafe for s_vector_ptr
impl !Send for s_vector_ptr
impl !Sync for s_vector_ptr
impl Unpin for s_vector_ptr
impl UnwindSafe for s_vector_ptr
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