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_System_RemoteDesktop", "Win32_Foundation"
Fields
left: i32top: i32right: i32bottom: i32physicalWidth: u32physicalHeight: u32orientation: u32primary: BOOLTrait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more