#[repr(C)]pub struct SquashOptionInfoRangeSize {
pub min: usize,
pub max: usize,
pub modulus: usize,
pub allow_zero: bool,
}Fields§
§min: usize§max: usize§modulus: usize§allow_zero: boolTrait Implementations§
Source§impl Clone for SquashOptionInfoRangeSize
impl Clone for SquashOptionInfoRangeSize
Source§fn clone(&self) -> SquashOptionInfoRangeSize
fn clone(&self) -> SquashOptionInfoRangeSize
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 SquashOptionInfoRangeSize
impl Debug for SquashOptionInfoRangeSize
impl Copy for SquashOptionInfoRangeSize
Auto Trait Implementations§
impl Freeze for SquashOptionInfoRangeSize
impl RefUnwindSafe for SquashOptionInfoRangeSize
impl Send for SquashOptionInfoRangeSize
impl Sync for SquashOptionInfoRangeSize
impl Unpin for SquashOptionInfoRangeSize
impl UnwindSafe for SquashOptionInfoRangeSize
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