pub struct SkewBand {
pub index: i8,
pub lower_limit: u64,
pub upper_limit: u64,
pub skew_per_m: i32,
}Fields§
§index: i8§lower_limit: u64§upper_limit: u64§skew_per_m: i32Trait Implementations§
impl Copy for SkewBand
impl Eq for SkewBand
impl StructuralPartialEq for SkewBand
Auto Trait Implementations§
impl Freeze for SkewBand
impl RefUnwindSafe for SkewBand
impl Send for SkewBand
impl Sync for SkewBand
impl Unpin for SkewBand
impl UnsafeUnpin for SkewBand
impl UnwindSafe for SkewBand
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