#[repr(C)]pub struct ZL_EdgeList {
pub field_1: ZL_EdgeList__bindgen_ty_1,
pub field_2: ZL_EdgeList__bindgen_ty_2,
}Fields§
§field_1: ZL_EdgeList__bindgen_ty_1§field_2: ZL_EdgeList__bindgen_ty_2Trait Implementations§
Source§impl Clone for ZL_EdgeList
impl Clone for ZL_EdgeList
Source§fn clone(&self) -> ZL_EdgeList
fn clone(&self) -> ZL_EdgeList
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 moreimpl Copy for ZL_EdgeList
Auto Trait Implementations§
impl Freeze for ZL_EdgeList
impl RefUnwindSafe for ZL_EdgeList
impl !Send for ZL_EdgeList
impl !Sync for ZL_EdgeList
impl Unpin for ZL_EdgeList
impl UnwindSafe for ZL_EdgeList
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