pub struct ConfigPmp {
pub count: i128,
pub grain: i128,
}Fields§
§count: i128§grain: i128Trait Implementations§
impl Eq for ConfigPmp
impl StructuralPartialEq for ConfigPmp
Auto Trait Implementations§
impl Freeze for ConfigPmp
impl RefUnwindSafe for ConfigPmp
impl Send for ConfigPmp
impl Sync for ConfigPmp
impl Unpin for ConfigPmp
impl UnwindSafe for ConfigPmp
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