#[repr(C)]pub struct JitterConfig {
pub factor: f64,
pub inner: PolicyNodeIndex,
}Fields§
§factor: f64§inner: PolicyNodeIndexTrait Implementations§
Source§impl Clone for JitterConfig
impl Clone for JitterConfig
Source§fn clone(&self) -> JitterConfig
fn clone(&self) -> JitterConfig
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 moreSource§impl Debug for JitterConfig
impl Debug for JitterConfig
impl Copy for JitterConfig
Auto Trait Implementations§
impl Freeze for JitterConfig
impl RefUnwindSafe for JitterConfig
impl Send for JitterConfig
impl Sync for JitterConfig
impl Unpin for JitterConfig
impl UnsafeUnpin for JitterConfig
impl UnwindSafe for JitterConfig
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