pub struct PhySize {
pub width: u32,
pub height: u32,
}Expand description
An actual size in physical coordinates
Fields§
§width: u32§height: u32Implementations§
Trait Implementations§
impl Copy for PhySize
impl StructuralPartialEq for PhySize
Auto Trait Implementations§
impl Freeze for PhySize
impl RefUnwindSafe for PhySize
impl Send for PhySize
impl Sync for PhySize
impl Unpin for PhySize
impl UnsafeUnpin for PhySize
impl UnwindSafe for PhySize
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