#[repr(C)]pub struct ZL_GraphReport {
pub finalCompressedSize: ZL_Report,
}Fields§
§finalCompressedSize: ZL_ReportTrait Implementations§
Source§impl Clone for ZL_GraphReport
impl Clone for ZL_GraphReport
Source§fn clone(&self) -> ZL_GraphReport
fn clone(&self) -> ZL_GraphReport
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_GraphReport
Auto Trait Implementations§
impl Freeze for ZL_GraphReport
impl RefUnwindSafe for ZL_GraphReport
impl !Send for ZL_GraphReport
impl !Sync for ZL_GraphReport
impl Unpin for ZL_GraphReport
impl UnwindSafe for ZL_GraphReport
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