pub struct WorkArea {
pub rect: PhysicalRect,
}Fields§
§rect: PhysicalRectImplementations§
Trait Implementations§
impl Copy for WorkArea
impl Eq for WorkArea
impl StructuralPartialEq for WorkArea
Auto Trait Implementations§
impl Freeze for WorkArea
impl RefUnwindSafe for WorkArea
impl Send for WorkArea
impl Sync for WorkArea
impl Unpin for WorkArea
impl UnsafeUnpin for WorkArea
impl UnwindSafe for WorkArea
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