#[repr(C)]pub struct igraph_i_protectedPtr {
pub level: c_int,
pub ptr: *mut c_void,
pub func: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
}Fields§
§level: c_int§ptr: *mut c_void§func: Option<unsafe extern "C" fn(arg1: *mut c_void)>Trait Implementations§
Source§impl Clone for igraph_i_protectedPtr
impl Clone for igraph_i_protectedPtr
Source§fn clone(&self) -> igraph_i_protectedPtr
fn clone(&self) -> igraph_i_protectedPtr
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 igraph_i_protectedPtr
impl Debug for igraph_i_protectedPtr
impl Copy for igraph_i_protectedPtr
Auto Trait Implementations§
impl Freeze for igraph_i_protectedPtr
impl RefUnwindSafe for igraph_i_protectedPtr
impl !Send for igraph_i_protectedPtr
impl !Sync for igraph_i_protectedPtr
impl Unpin for igraph_i_protectedPtr
impl UnwindSafe for igraph_i_protectedPtr
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