pub struct MediaSize {
pub width: i32,
pub length: i32,
}Expand description
Media dimensions in hundredths of a millimetre.
Fields§
§width: i32Width.
length: i32Length.
Trait Implementations§
impl Copy for MediaSize
impl Eq for MediaSize
impl StructuralPartialEq for MediaSize
Auto Trait Implementations§
impl Freeze for MediaSize
impl RefUnwindSafe for MediaSize
impl Send for MediaSize
impl Sync for MediaSize
impl Unpin for MediaSize
impl UnsafeUnpin for MediaSize
impl UnwindSafe for MediaSize
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