#[repr(C)]pub struct SimulationRenderingParamsT {
pub ui: *mut UiO,
pub display_scale_factor: f32,
pub custom_ui_scale_factor: f32,
pub content_rect: RectT,
pub native_resolution: bool,
pub _padding_72: [c_char; 7],
}
Fields§
§ui: *mut UiO
§display_scale_factor: f32
§custom_ui_scale_factor: f32
§content_rect: RectT
§native_resolution: bool
§_padding_72: [c_char; 7]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SimulationRenderingParamsT
impl RefUnwindSafe for SimulationRenderingParamsT
impl !Send for SimulationRenderingParamsT
impl !Sync for SimulationRenderingParamsT
impl Unpin for SimulationRenderingParamsT
impl UnwindSafe for SimulationRenderingParamsT
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