#[repr(C)]pub enum StyleListStylePosition {
Inside = 0,
Outside = 1,
}Variants§
Trait Implementations§
Source§impl Clone for StyleListStylePosition
impl Clone for StyleListStylePosition
Source§fn clone(&self) -> StyleListStylePosition
fn clone(&self) -> StyleListStylePosition
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 StyleListStylePosition
impl Debug for StyleListStylePosition
Source§impl Default for StyleListStylePosition
impl Default for StyleListStylePosition
Source§impl Display for StyleListStylePosition
impl Display for StyleListStylePosition
Source§impl FormatAsRustCode for StyleListStylePosition
impl FormatAsRustCode for StyleListStylePosition
fn format_as_rust_code(&self, _tabs: usize) -> String
Source§impl From<StyleListStylePosition> for CssProperty
impl From<StyleListStylePosition> for CssProperty
Source§fn from(e: StyleListStylePosition) -> Self
fn from(e: StyleListStylePosition) -> Self
Converts to this type from the input type.
Source§impl Hash for StyleListStylePosition
impl Hash for StyleListStylePosition
Source§impl Ord for StyleListStylePosition
impl Ord for StyleListStylePosition
Source§fn cmp(&self, other: &StyleListStylePosition) -> Ordering
fn cmp(&self, other: &StyleListStylePosition) -> 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 StyleListStylePosition
impl PartialEq for StyleListStylePosition
Source§impl PartialOrd for StyleListStylePosition
impl PartialOrd for StyleListStylePosition
Source§impl PrintAsCssValue for StyleListStylePosition
impl PrintAsCssValue for StyleListStylePosition
fn print_as_css_value(&self) -> String
impl Copy for StyleListStylePosition
impl Eq for StyleListStylePosition
impl StructuralPartialEq for StyleListStylePosition
Auto Trait Implementations§
impl Freeze for StyleListStylePosition
impl RefUnwindSafe for StyleListStylePosition
impl Send for StyleListStylePosition
impl Sync for StyleListStylePosition
impl Unpin for StyleListStylePosition
impl UnwindSafe for StyleListStylePosition
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