#[repr(C)]pub struct ZL_GraphPerformance {
pub compressedSize: usize,
}Expand description
A measurement of graph performance. Currently this is compressed size, but it is expected to be expanded to include speed.
Fields§
§compressedSize: usizeThe compressed size of the graph on the given input(s)
Trait Implementations§
Source§impl Clone for ZL_GraphPerformance
impl Clone for ZL_GraphPerformance
Source§fn clone(&self) -> ZL_GraphPerformance
fn clone(&self) -> ZL_GraphPerformance
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_GraphPerformance
impl Debug for ZL_GraphPerformance
impl Copy for ZL_GraphPerformance
Auto Trait Implementations§
impl Freeze for ZL_GraphPerformance
impl RefUnwindSafe for ZL_GraphPerformance
impl Send for ZL_GraphPerformance
impl Sync for ZL_GraphPerformance
impl Unpin for ZL_GraphPerformance
impl UnwindSafe for ZL_GraphPerformance
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