pub struct SizeValue(pub NonZeroU64);
Expand description
Helper type for size calculations
Tuple Fields§
§0: NonZeroU64
Implementations§
Trait Implementations§
source§impl PartialEq for SizeValue
impl PartialEq for SizeValue
impl Copy for SizeValue
impl Eq for SizeValue
impl StructuralPartialEq for SizeValue
Auto Trait Implementations§
impl Freeze for SizeValue
impl RefUnwindSafe for SizeValue
impl Send for SizeValue
impl Sync for SizeValue
impl Unpin for SizeValue
impl UnwindSafe for SizeValue
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