#[repr(C)]pub struct CssNthChildPattern {
pub repeat: u32,
pub offset: u32,
}Fields§
§repeat: u32§offset: u32Trait Implementations§
Source§impl Clone for CssNthChildPattern
impl Clone for CssNthChildPattern
Source§fn clone(&self) -> CssNthChildPattern
fn clone(&self) -> CssNthChildPattern
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 CssNthChildPattern
impl Debug for CssNthChildPattern
Source§impl Hash for CssNthChildPattern
impl Hash for CssNthChildPattern
Source§impl Ord for CssNthChildPattern
impl Ord for CssNthChildPattern
Source§fn cmp(&self, other: &CssNthChildPattern) -> Ordering
fn cmp(&self, other: &CssNthChildPattern) -> 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 PartialEq for CssNthChildPattern
impl PartialEq for CssNthChildPattern
Source§impl PartialOrd for CssNthChildPattern
impl PartialOrd for CssNthChildPattern
impl Copy for CssNthChildPattern
impl Eq for CssNthChildPattern
impl StructuralPartialEq for CssNthChildPattern
Auto Trait Implementations§
impl Freeze for CssNthChildPattern
impl RefUnwindSafe for CssNthChildPattern
impl Send for CssNthChildPattern
impl Sync for CssNthChildPattern
impl Unpin for CssNthChildPattern
impl UnwindSafe for CssNthChildPattern
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