#[repr(C)]pub struct ImGuiPlatformMonitor {
pub MainPos: ImVec2,
pub MainSize: ImVec2,
pub WorkPos: ImVec2,
pub WorkSize: ImVec2,
pub DpiScale: f32,
pub PlatformHandle: *mut c_void,
}Fields§
§MainPos: ImVec2§MainSize: ImVec2§WorkPos: ImVec2§WorkSize: ImVec2§DpiScale: f32§PlatformHandle: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for ImGuiPlatformMonitor
impl RefUnwindSafe for ImGuiPlatformMonitor
impl !Send for ImGuiPlatformMonitor
impl !Sync for ImGuiPlatformMonitor
impl Unpin for ImGuiPlatformMonitor
impl UnwindSafe for ImGuiPlatformMonitor
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