#[repr(C)]pub struct UiFontT {
pub id: StrhashT,
pub size: u32,
pub _padding_1024: [c_char; 4],
pub font: *mut Draw2dFontT,
}
Fields§
§id: StrhashT
§size: u32
§_padding_1024: [c_char; 4]
§font: *mut Draw2dFontT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiFontT
impl RefUnwindSafe for UiFontT
impl !Send for UiFontT
impl !Sync for UiFontT
impl Unpin for UiFontT
impl UnwindSafe for UiFontT
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