Struct style::properties::NonCustomPropertyIdSet
source · pub struct NonCustomPropertyIdSet {
storage: [u32; 8],
}
Expand description
A set of all properties
Fields§
§storage: [u32; 8]
Implementations§
source§impl NonCustomPropertyIdSet
impl NonCustomPropertyIdSet
sourcepub fn insert(&mut self, id: NonCustomPropertyId)
pub fn insert(&mut self, id: NonCustomPropertyId)
Insert a non-custom-property in the set.
sourcepub fn contains(&self, id: NonCustomPropertyId) -> bool
pub fn contains(&self, id: NonCustomPropertyId) -> bool
Return whether the given property is in the set
Trait Implementations§
source§impl Clone for NonCustomPropertyIdSet
impl Clone for NonCustomPropertyIdSet
source§fn clone(&self) -> NonCustomPropertyIdSet
fn clone(&self) -> NonCustomPropertyIdSet
Returns a copy 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 PartialEq<NonCustomPropertyIdSet> for NonCustomPropertyIdSet
impl PartialEq<NonCustomPropertyIdSet> for NonCustomPropertyIdSet
source§fn eq(&self, other: &NonCustomPropertyIdSet) -> bool
fn eq(&self, other: &NonCustomPropertyIdSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for NonCustomPropertyIdSet
Auto Trait Implementations§
impl RefUnwindSafe for NonCustomPropertyIdSet
impl Send for NonCustomPropertyIdSet
impl Sync for NonCustomPropertyIdSet
impl Unpin for NonCustomPropertyIdSet
impl UnwindSafe for NonCustomPropertyIdSet
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert