#[repr(C)]pub struct ZL_StaticGraphDesc {
pub name: *const c_char,
pub headNodeid: ZL_NodeID,
pub successor_gids: *const ZL_GraphID,
pub nbGids: usize,
pub localParams: *const ZL_LocalParams,
}Fields§
§name: *const c_char§headNodeid: ZL_NodeID§successor_gids: *const ZL_GraphID§nbGids: usize§localParams: *const ZL_LocalParamsTrait Implementations§
Source§impl Clone for ZL_StaticGraphDesc
impl Clone for ZL_StaticGraphDesc
Source§fn clone(&self) -> ZL_StaticGraphDesc
fn clone(&self) -> ZL_StaticGraphDesc
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 ZL_StaticGraphDesc
impl Debug for ZL_StaticGraphDesc
impl Copy for ZL_StaticGraphDesc
Auto Trait Implementations§
impl Freeze for ZL_StaticGraphDesc
impl RefUnwindSafe for ZL_StaticGraphDesc
impl !Send for ZL_StaticGraphDesc
impl !Sync for ZL_StaticGraphDesc
impl Unpin for ZL_StaticGraphDesc
impl UnwindSafe for ZL_StaticGraphDesc
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