Enum style::properties::generated::LogicalGroupId
source · #[repr(u8)]pub enum LogicalGroupId {
Overflow = 0,
BorderStyle = 1,
MaxSize = 2,
BorderRadius = 3,
Inset = 4,
Margin = 5,
Padding = 6,
Size = 7,
MinSize = 8,
BorderWidth = 9,
BorderColor = 10,
}
Expand description
A group for properties which may override each other via logical resolution.
Variants§
Overflow = 0
overflow
BorderStyle = 1
border-style
MaxSize = 2
max-size
BorderRadius = 3
border-radius
Inset = 4
inset
Margin = 5
margin
Padding = 6
padding
Size = 7
size
MinSize = 8
min-size
BorderWidth = 9
border-width
BorderColor = 10
border-color
Implementations§
source§impl LogicalGroupId
impl LogicalGroupId
sourcefn physical_properties(self) -> &'static [LonghandId]
fn physical_properties(self) -> &'static [LonghandId]
Return the list of physical mapped properties for a given logical group.
Trait Implementations§
source§impl Clone for LogicalGroupId
impl Clone for LogicalGroupId
source§fn clone(&self) -> LogicalGroupId
fn clone(&self) -> LogicalGroupId
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 Debug for LogicalGroupId
impl Debug for LogicalGroupId
source§impl Hash for LogicalGroupId
impl Hash for LogicalGroupId
source§impl PartialEq for LogicalGroupId
impl PartialEq for LogicalGroupId
source§fn eq(&self, other: &LogicalGroupId) -> bool
fn eq(&self, other: &LogicalGroupId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for LogicalGroupId
impl Eq for LogicalGroupId
impl StructuralPartialEq for LogicalGroupId
Auto Trait Implementations§
impl Freeze for LogicalGroupId
impl RefUnwindSafe for LogicalGroupId
impl Send for LogicalGroupId
impl Sync for LogicalGroupId
impl Unpin for LogicalGroupId
impl UnwindSafe for LogicalGroupId
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> MaybeBoxed<Box<T>> for T
impl<T> MaybeBoxed<Box<T>> for T
source§fn maybe_boxed(self) -> Box<T>
fn maybe_boxed(self) -> Box<T>
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