#[repr(C)]pub struct UiStyleT {
pub clip: u32,
pub _padding_301: [c_char; 4],
pub font: *const Draw2dFontT,
pub font_scale: f32,
pub buffer: UiBuffer,
pub feather_width: f32,
pub _padding_314: [c_char; 4],
}
Fields§
§clip: u32
§_padding_301: [c_char; 4]
§font: *const Draw2dFontT
§font_scale: f32
§buffer: UiBuffer
§feather_width: f32
§_padding_314: [c_char; 4]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiStyleT
impl RefUnwindSafe for UiStyleT
impl !Send for UiStyleT
impl !Sync for UiStyleT
impl Unpin for UiStyleT
impl UnwindSafe for UiStyleT
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