#[repr(C)]pub struct s_igraph_strvector {
pub stor_begin: *mut *const c_char,
pub stor_end: *mut *const c_char,
pub end: *mut *const c_char,
}Expand description
Vector of strings \ingroup internal
Fields§
§stor_begin: *mut *const c_char§stor_end: *mut *const c_char§end: *mut *const c_charTrait Implementations§
Source§impl Clone for s_igraph_strvector
impl Clone for s_igraph_strvector
Source§fn clone(&self) -> s_igraph_strvector
fn clone(&self) -> s_igraph_strvector
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_igraph_strvector
impl Debug for s_igraph_strvector
impl Copy for s_igraph_strvector
Auto Trait Implementations§
impl Freeze for s_igraph_strvector
impl RefUnwindSafe for s_igraph_strvector
impl !Send for s_igraph_strvector
impl !Sync for s_igraph_strvector
impl Unpin for s_igraph_strvector
impl UnwindSafe for s_igraph_strvector
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