Struct windows_sys::Win32::System::RemoteDesktop::RFX_GFX_MONITOR_INFO
#[repr(C, packed(1))]pub struct RFX_GFX_MONITOR_INFO {
pub left: i32,
pub top: i32,
pub right: i32,
pub bottom: i32,
pub physicalWidth: u32,
pub physicalHeight: u32,
pub orientation: u32,
pub primary: BOOL,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§left: i32
§top: i32
§right: i32
§bottom: i32
§physicalWidth: u32
§physicalHeight: u32
§orientation: u32
§primary: BOOL
Trait Implementations§
§impl Clone for RFX_GFX_MONITOR_INFO
impl Clone for RFX_GFX_MONITOR_INFO
impl Copy for RFX_GFX_MONITOR_INFO
Auto Trait Implementations§
impl RefUnwindSafe for RFX_GFX_MONITOR_INFO
impl Send for RFX_GFX_MONITOR_INFO
impl Sync for RFX_GFX_MONITOR_INFO
impl Unpin for RFX_GFX_MONITOR_INFO
impl UnwindSafe for RFX_GFX_MONITOR_INFO
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