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,
}
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
§fn clone(&self) -> RFX_GFX_MONITOR_INFO
fn clone(&self) -> RFX_GFX_MONITOR_INFO
Returns a copy 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 moreimpl Copy for RFX_GFX_MONITOR_INFO
Auto Trait Implementations§
impl Freeze for RFX_GFX_MONITOR_INFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)