Struct epaint::text::text_layout::FormatSummary
source · struct FormatSummary {
any_background: bool,
any_underline: bool,
any_strikethrough: bool,
}
Fields§
§any_background: bool
§any_underline: bool
§any_strikethrough: bool
Trait Implementations§
source§impl Default for FormatSummary
impl Default for FormatSummary
source§fn default() -> FormatSummary
fn default() -> FormatSummary
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FormatSummary
impl RefUnwindSafe for FormatSummary
impl Send for FormatSummary
impl Sync for FormatSummary
impl Unpin for FormatSummary
impl UnwindSafe for FormatSummary
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