pub struct MaxChangeConfig {
pub offset: f64,
pub start: i32,
pub ignore: i32,
}Fields§
§offset: f64§start: i32§ignore: i32Trait Implementations§
Source§impl Clone for MaxChangeConfig
impl Clone for MaxChangeConfig
Source§fn clone(&self) -> MaxChangeConfig
fn clone(&self) -> MaxChangeConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MaxChangeConfig
impl Debug for MaxChangeConfig
Source§impl PartialEq for MaxChangeConfig
impl PartialEq for MaxChangeConfig
Source§fn eq(&self, other: &MaxChangeConfig) -> bool
fn eq(&self, other: &MaxChangeConfig) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MaxChangeConfig
Auto Trait Implementations§
impl Freeze for MaxChangeConfig
impl RefUnwindSafe for MaxChangeConfig
impl Send for MaxChangeConfig
impl Sync for MaxChangeConfig
impl Unpin for MaxChangeConfig
impl UnsafeUnpin for MaxChangeConfig
impl UnwindSafe for MaxChangeConfig
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