#[repr(C)]pub struct tagSIZE {
pub cx: LONG,
pub cy: LONG,
}Fields§
§cx: LONG§cy: LONGTrait Implementations§
Auto Trait Implementations§
impl Freeze for tagSIZE
impl RefUnwindSafe for tagSIZE
impl Send for tagSIZE
impl Sync for tagSIZE
impl Unpin for tagSIZE
impl UnwindSafe for tagSIZE
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