#[repr(C)]pub enum TextFlag {
None = 0,
Expand = 1,
Fit = 2,
BreakAll = 4,
}Variants§
Trait Implementations§
impl Copy for TextFlag
impl Eq for TextFlag
impl StructuralPartialEq for TextFlag
Auto Trait Implementations§
impl Freeze for TextFlag
impl RefUnwindSafe for TextFlag
impl Send for TextFlag
impl Sync for TextFlag
impl Unpin for TextFlag
impl UnwindSafe for TextFlag
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