pub struct MonitorGeometryInfo {
pub monitor_id: Id,
pub monitor_geometry: Rectangle,
}Fields§
§monitor_id: Id§monitor_geometry: RectangleTrait Implementations§
Source§impl Debug for MonitorGeometryInfo
impl Debug for MonitorGeometryInfo
Auto Trait Implementations§
impl Freeze for MonitorGeometryInfo
impl RefUnwindSafe for MonitorGeometryInfo
impl Send for MonitorGeometryInfo
impl Sync for MonitorGeometryInfo
impl Unpin for MonitorGeometryInfo
impl UnwindSafe for MonitorGeometryInfo
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