pub struct FontText {
pub ui_draw_info: UIDrawInfo,
/* private fields */
}Fields§
§ui_draw_info: UIDrawInfoImplementations§
Auto Trait Implementations§
impl Freeze for FontText
impl !RefUnwindSafe for FontText
impl !Send for FontText
impl !Sync for FontText
impl Unpin for FontText
impl !UnwindSafe for FontText
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