pub struct OverloadConfig {
pub high: usize,
pub low: usize,
pub policy: OverloadPolicy,
}Fields§
§high: usize§low: usize§policy: OverloadPolicyTrait Implementations§
Source§impl Clone for OverloadConfig
impl Clone for OverloadConfig
Source§fn clone(&self) -> OverloadConfig
fn clone(&self) -> OverloadConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OverloadConfig
impl RefUnwindSafe for OverloadConfig
impl Send for OverloadConfig
impl Sync for OverloadConfig
impl Unpin for OverloadConfig
impl UnsafeUnpin for OverloadConfig
impl UnwindSafe for OverloadConfig
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