Struct me3_framework::overlay::widget_text::WidgetTextJob
source · [−]Fields
job: LayoutJob
job_has_color: bool
Implementations
sourceimpl WidgetTextJob
impl WidgetTextJob
pub fn into_galley(self, fonts: &Fonts) -> WidgetTextGalley
Trait Implementations
sourceimpl Clone for WidgetTextJob
impl Clone for WidgetTextJob
sourcefn clone(&self) -> WidgetTextJob
fn clone(&self) -> WidgetTextJob
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<WidgetTextJob> for WidgetTextJob
impl PartialEq<WidgetTextJob> for WidgetTextJob
sourcefn eq(&self, other: &WidgetTextJob) -> bool
fn eq(&self, other: &WidgetTextJob) -> bool
impl StructuralPartialEq for WidgetTextJob
Auto Trait Implementations
impl RefUnwindSafe for WidgetTextJob
impl Send for WidgetTextJob
impl Sync for WidgetTextJob
impl Unpin for WidgetTextJob
impl UnwindSafe for WidgetTextJob
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more