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