Struct imgui::PlatformIo
source · #[repr(C)]pub struct PlatformIo {
pub monitors: ImVector<PlatformMonitor>,
/* private fields */
}
Expand description
Holds the information needed to enable multiple viewports.
Fields§
§monitors: ImVector<PlatformMonitor>
Holds information about the available monitors.
Should be initialized and updated by the PlatformViewportBackend
.
Trait Implementations§
source§impl RawCast<ImGuiPlatformIO> for PlatformIo
impl RawCast<ImGuiPlatformIO> for PlatformIo
Auto Trait Implementations§
impl Freeze for PlatformIo
impl RefUnwindSafe for PlatformIo
impl !Send for PlatformIo
impl !Sync for PlatformIo
impl Unpin for PlatformIo
impl UnwindSafe for PlatformIo
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