pub struct PpmConfig {
pub sizes: [usize; 13],
}Expand description
PPM table sizes configuration.
Fields§
§sizes: [usize; 13]Table sizes per order (0..=MAX_ORDER). Each must be a power of 2.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PpmConfig
impl RefUnwindSafe for PpmConfig
impl Send for PpmConfig
impl Sync for PpmConfig
impl Unpin for PpmConfig
impl UnsafeUnpin for PpmConfig
impl UnwindSafe for PpmConfig
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