#[repr(C)]pub struct ZL_GraphID {
pub gid: ZL_IDType,
}Fields§
§gid: ZL_IDTypeTrait Implementations§
Source§impl Clone for ZL_GraphID
impl Clone for ZL_GraphID
Source§fn clone(&self) -> ZL_GraphID
fn clone(&self) -> ZL_GraphID
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_GraphID
impl Debug for ZL_GraphID
impl Copy for ZL_GraphID
Auto Trait Implementations§
impl Freeze for ZL_GraphID
impl RefUnwindSafe for ZL_GraphID
impl Send for ZL_GraphID
impl Sync for ZL_GraphID
impl Unpin for ZL_GraphID
impl UnwindSafe for ZL_GraphID
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