#[repr(C)]pub struct UiThemeT {
pub based_on: UiDefaultTheme,
pub _padding_281: [c_char; 4],
pub tt: *mut TheTruthO,
pub id: TtIdT,
}
Fields§
§based_on: UiDefaultTheme
§_padding_281: [c_char; 4]
§tt: *mut TheTruthO
§id: TtIdT
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UiThemeT
impl RefUnwindSafe for UiThemeT
impl !Send for UiThemeT
impl !Sync for UiThemeT
impl Unpin for UiThemeT
impl UnwindSafe for UiThemeT
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