#[repr(C)]pub struct TextOverflow {
pub first: TextOverflowSide,
pub second: TextOverflowSide,
pub sides_are_logical: bool,
}
Expand description
text-overflow. When the specified value only has one side, that’s the “second” side, and the sides are logical, so “second” means “end”. The start side is Clip in that case.
When the specified value has two sides, those are our “first” and “second” sides, and they are physical sides (“left” and “right”).
Fields§
§first: TextOverflowSide
First side
second: TextOverflowSide
Second side
sides_are_logical: bool
True if the specified value only has one side.
Implementations§
source§impl TextOverflow
impl TextOverflow
sourcepub fn get_initial_value() -> TextOverflow
pub fn get_initial_value() -> TextOverflow
Returns the initial text-overflow
value
Trait Implementations§
source§impl Clone for TextOverflow
impl Clone for TextOverflow
source§fn clone(&self) -> TextOverflow
fn clone(&self) -> TextOverflow
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 TextOverflow
impl Debug for TextOverflow
source§impl MallocSizeOf for TextOverflow
impl MallocSizeOf for TextOverflow
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl Parse for TextOverflow
impl Parse for TextOverflow
source§fn parse<'i, 't>(
context: &ParserContext<'_>,
input: &mut Parser<'i, 't>,
) -> Result<TextOverflow, ParseError<'i>>
fn parse<'i, 't>( context: &ParserContext<'_>, input: &mut Parser<'i, 't>, ) -> Result<TextOverflow, ParseError<'i>>
Parse a value of this type. Read more
source§impl PartialEq for TextOverflow
impl PartialEq for TextOverflow
source§fn eq(&self, other: &TextOverflow) -> bool
fn eq(&self, other: &TextOverflow) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl SpecifiedValueInfo for TextOverflow
impl SpecifiedValueInfo for TextOverflow
source§const SUPPORTED_TYPES: u8 = 0u8
const SUPPORTED_TYPES: u8 = 0u8
Supported CssTypes by the given value type. Read more
source§impl ToComputedValue for TextOverflowwhere
TextOverflowSide: ToComputedValue<ComputedValue = TextOverflowSide>,
bool: ToComputedValue<ComputedValue = bool>,
impl ToComputedValue for TextOverflowwhere
TextOverflowSide: ToComputedValue<ComputedValue = TextOverflowSide>,
bool: ToComputedValue<ComputedValue = bool>,
§type ComputedValue = TextOverflow
type ComputedValue = TextOverflow
The computed value type we’re going to be converted to.
source§fn from_computed_value(from: &Self::ComputedValue) -> Self
fn from_computed_value(from: &Self::ComputedValue) -> Self
Convert a computed value to specified value form. Read more
source§fn to_computed_value(&self, context: &Context<'_>) -> Self::ComputedValue
fn to_computed_value(&self, context: &Context<'_>) -> Self::ComputedValue
Convert a specified value to a computed value, using itself and the data
inside the
Context
.source§impl ToCss for TextOverflow
impl ToCss for TextOverflow
source§impl ToResolvedValue for TextOverflowwhere
TextOverflowSide: ToResolvedValue<ResolvedValue = TextOverflowSide>,
bool: ToResolvedValue<ResolvedValue = bool>,
impl ToResolvedValue for TextOverflowwhere
TextOverflowSide: ToResolvedValue<ResolvedValue = TextOverflowSide>,
bool: ToResolvedValue<ResolvedValue = bool>,
§type ResolvedValue = TextOverflow
type ResolvedValue = TextOverflow
The resolved value type we’re going to be converted to.
source§fn from_resolved_value(from: Self::ResolvedValue) -> Self
fn from_resolved_value(from: Self::ResolvedValue) -> Self
Convert a resolved value to resolved value form.
source§fn to_resolved_value(self, context: &Context<'_>) -> Self::ResolvedValue
fn to_resolved_value(self, context: &Context<'_>) -> Self::ResolvedValue
Convert a resolved value to a resolved value.
source§impl ToShmem for TextOverflow
impl ToShmem for TextOverflow
impl Eq for TextOverflow
impl StructuralPartialEq for TextOverflow
Auto Trait Implementations§
impl Freeze for TextOverflow
impl RefUnwindSafe for TextOverflow
impl Send for TextOverflow
impl Sync for TextOverflow
impl Unpin for TextOverflow
impl UnwindSafe for TextOverflow
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