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,
}
Expand description
Required features: ‘Win32_System_RemoteDesktop’
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more