Struct windows_sys::Win32::System::RemoteDesktop::RFX_GFX_RECT
#[repr(C, packed(1))]pub struct RFX_GFX_RECT {
pub left: i32,
pub top: i32,
pub right: i32,
pub bottom: i32,
}
Fields§
§left: i32
§top: i32
§right: i32
§bottom: i32
Trait Implementations§
§impl Clone for RFX_GFX_RECT
impl Clone for RFX_GFX_RECT
impl Copy for RFX_GFX_RECT
Auto Trait Implementations§
impl RefUnwindSafe for RFX_GFX_RECT
impl Send for RFX_GFX_RECT
impl Sync for RFX_GFX_RECT
impl Unpin for RFX_GFX_RECT
impl UnwindSafe for RFX_GFX_RECT
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