#[repr(C)]pub struct tagSIZE {
pub cx: LONG,
pub cy: LONG,
}
Fields§
§cx: LONG
§cy: LONG
Trait Implementations§
Source§impl Ord for tagSIZE
impl Ord for tagSIZE
Source§impl PartialOrd for tagSIZE
impl PartialOrd for tagSIZE
impl Copy for tagSIZE
impl Eq for tagSIZE
impl StructuralPartialEq for tagSIZE
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