#[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§
Source§impl Clone for ImGuiPlatformMonitor
impl Clone for ImGuiPlatformMonitor
Source§fn clone(&self) -> ImGuiPlatformMonitor
fn clone(&self) -> ImGuiPlatformMonitor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImGuiPlatformMonitor
impl Debug for ImGuiPlatformMonitor
impl Copy for ImGuiPlatformMonitor
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