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