#[repr(C)]pub struct SIZE {
pub cx: i32,
pub cy: i32,
}Expand description
C.36 SIZE
contains some function-specific types of size information (for example, viewport extents, window extents, text extents, bitmap dimensions, and aspect-ratio filters)
Fields§
§cx: i32§cy: i32Trait Implementations§
Auto Trait Implementations§
impl Freeze for SIZE
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