#[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
impl Copy for ZL_GraphReport
Auto Trait Implementations§
impl !Send for ZL_GraphReport
impl !Sync for ZL_GraphReport
impl Freeze for ZL_GraphReport
impl RefUnwindSafe for ZL_GraphReport
impl Unpin for ZL_GraphReport
impl UnsafeUnpin 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