pub struct PackSizes {
pub mc: usize,
pub kc: usize,
pub nc: usize,
}Fields§
§mc: usize§kc: usize§nc: usizeImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PackSizes
impl Send for PackSizes
impl Sync for PackSizes
impl Unpin for PackSizes
impl UnwindSafe for PackSizes
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