#[repr(C)]pub struct EstimatedBlockSize {
pub estLitSize: size_t,
pub estBlockSize: size_t,
}Fields§
§estLitSize: size_t§estBlockSize: size_tTrait Implementations§
Source§impl Clone for EstimatedBlockSize
impl Clone for EstimatedBlockSize
Source§fn clone(&self) -> EstimatedBlockSize
fn clone(&self) -> EstimatedBlockSize
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EstimatedBlockSize
Auto Trait Implementations§
impl Freeze for EstimatedBlockSize
impl RefUnwindSafe for EstimatedBlockSize
impl Send for EstimatedBlockSize
impl Sync for EstimatedBlockSize
impl Unpin for EstimatedBlockSize
impl UnsafeUnpin for EstimatedBlockSize
impl UnwindSafe for EstimatedBlockSize
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