pub struct PositiveNonZeroInt(pub CSSInt);Tuple Fields§
§0: CSSIntTrait Implementations§
Source§impl Clone for PositiveNonZeroInt
impl Clone for PositiveNonZeroInt
Source§fn clone(&self) -> PositiveNonZeroInt
fn clone(&self) -> PositiveNonZeroInt
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 PositiveNonZeroInt
impl Debug for PositiveNonZeroInt
Source§impl Hash for PositiveNonZeroInt
impl Hash for PositiveNonZeroInt
Source§impl Ord for PositiveNonZeroInt
impl Ord for PositiveNonZeroInt
Source§fn cmp(&self, other: &PositiveNonZeroInt) -> Ordering
fn cmp(&self, other: &PositiveNonZeroInt) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for PositiveNonZeroInt
impl<'a> Parse<'a> for PositiveNonZeroInt
Source§impl PartialEq for PositiveNonZeroInt
impl PartialEq for PositiveNonZeroInt
Source§impl PartialOrd for PositiveNonZeroInt
impl PartialOrd for PositiveNonZeroInt
Source§impl<'a> Peek<'a> for PositiveNonZeroInt
impl<'a> Peek<'a> for PositiveNonZeroInt
Source§impl ToCursors for PositiveNonZeroInt
impl ToCursors for PositiveNonZeroInt
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for PositiveNonZeroInt
impl StructuralPartialEq for PositiveNonZeroInt
Auto Trait Implementations§
impl Freeze for PositiveNonZeroInt
impl RefUnwindSafe for PositiveNonZeroInt
impl Send for PositiveNonZeroInt
impl Sync for PositiveNonZeroInt
impl Unpin for PositiveNonZeroInt
impl UnwindSafe for PositiveNonZeroInt
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