Struct windows_sys::Win32::Graphics::GdiPlus::Rect
#[repr(C)]pub struct Rect {
pub X: i32,
pub Y: i32,
pub Width: i32,
pub Height: i32,
}
Fields§
§X: i32
§Y: i32
§Width: i32
§Height: i32
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Rect
impl Send for Rect
impl Sync for Rect
impl Unpin for Rect
impl UnwindSafe for 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