Struct windows_sys::Win32::Foundation::SIZE
#[repr(C)]pub struct SIZE {
pub cx: i32,
pub cy: i32,
}
Fields§
§cx: i32
§cy: 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