#[repr(C)]pub struct ZL_NodeIDList {
pub nodeids: *const ZL_NodeID,
pub nbNodeIDs: usize,
}Fields§
§nodeids: *const ZL_NodeID§nbNodeIDs: usizeTrait Implementations§
Source§impl Clone for ZL_NodeIDList
impl Clone for ZL_NodeIDList
Source§fn clone(&self) -> ZL_NodeIDList
fn clone(&self) -> ZL_NodeIDList
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_NodeIDList
impl Debug for ZL_NodeIDList
impl Copy for ZL_NodeIDList
Auto Trait Implementations§
impl Freeze for ZL_NodeIDList
impl RefUnwindSafe for ZL_NodeIDList
impl !Send for ZL_NodeIDList
impl !Sync for ZL_NodeIDList
impl Unpin for ZL_NodeIDList
impl UnwindSafe for ZL_NodeIDList
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