pub struct OmenaParserAtRuleKindCountsV0 {
pub media: usize,
pub supports: usize,
pub layer: usize,
pub keyframes: usize,
pub value: usize,
pub at_root: usize,
pub generic: usize,
}Fields§
§media: usize§supports: usize§layer: usize§keyframes: usize§value: usize§at_root: usize§generic: usizeTrait Implementations§
Source§impl Clone for OmenaParserAtRuleKindCountsV0
impl Clone for OmenaParserAtRuleKindCountsV0
Source§fn clone(&self) -> OmenaParserAtRuleKindCountsV0
fn clone(&self) -> OmenaParserAtRuleKindCountsV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for OmenaParserAtRuleKindCountsV0
impl Default for OmenaParserAtRuleKindCountsV0
Source§fn default() -> OmenaParserAtRuleKindCountsV0
fn default() -> OmenaParserAtRuleKindCountsV0
Returns the “default value” for a type. Read more
Source§impl PartialEq for OmenaParserAtRuleKindCountsV0
impl PartialEq for OmenaParserAtRuleKindCountsV0
Source§fn eq(&self, other: &OmenaParserAtRuleKindCountsV0) -> bool
fn eq(&self, other: &OmenaParserAtRuleKindCountsV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for OmenaParserAtRuleKindCountsV0
impl StructuralPartialEq for OmenaParserAtRuleKindCountsV0
Auto Trait Implementations§
impl Freeze for OmenaParserAtRuleKindCountsV0
impl RefUnwindSafe for OmenaParserAtRuleKindCountsV0
impl Send for OmenaParserAtRuleKindCountsV0
impl Sync for OmenaParserAtRuleKindCountsV0
impl Unpin for OmenaParserAtRuleKindCountsV0
impl UnsafeUnpin for OmenaParserAtRuleKindCountsV0
impl UnwindSafe for OmenaParserAtRuleKindCountsV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.