Enum sixtyfps_corelib::items::TextOverflow
source · [−]#[repr(C)]
pub enum TextOverflow {
clip,
elide,
}
Variants
clip
elide
Trait Implementations
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Auto Trait Implementations
impl RefUnwindSafe for TextOverflow
impl Send for TextOverflow
impl Sync for TextOverflow
impl Unpin for TextOverflow
impl UnwindSafe for TextOverflow
Blanket Implementations
Mutably borrows from an owned value. Read more