Struct windows_sys::Win32::Devices::Display::RECTFX
#[repr(C)]pub struct RECTFX {
pub xLeft: i32,
pub yTop: i32,
pub xRight: i32,
pub yBottom: i32,
}
Fields§
§xLeft: i32
§yTop: i32
§xRight: i32
§yBottom: i32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RECTFX
impl Send for RECTFX
impl Sync for RECTFX
impl Unpin for RECTFX
impl UnwindSafe for RECTFX
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