pub struct SystemSettings {
pub msg_process_limit: u32,
}Fields§
§msg_process_limit: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemSettings
impl RefUnwindSafe for SystemSettings
impl Send for SystemSettings
impl Sync for SystemSettings
impl Unpin for SystemSettings
impl UnsafeUnpin for SystemSettings
impl UnwindSafe for SystemSettings
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