pub struct Param1 {
msgbuf_size: usize,
}
Expand description
Boot time overrides that are not scaled against main memory.
Fields§
§msgbuf_size: usize
Implementations§
Auto Trait Implementations§
impl Freeze for Param1
impl RefUnwindSafe for Param1
impl Send for Param1
impl Sync for Param1
impl Unpin for Param1
impl UnwindSafe for Param1
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