pub struct Extent {
pub lo: [f32; 2],
pub hi: [f32; 2],
}Expand description
A sampled bounding box in the figure’s own world units.
Fields§
§lo: [f32; 2]Lower corner.
hi: [f32; 2]Upper corner.
Implementations§
Trait Implementations§
impl Copy for Extent
impl StructuralPartialEq for Extent
Auto Trait Implementations§
impl Freeze for Extent
impl RefUnwindSafe for Extent
impl Send for Extent
impl Sync for Extent
impl Unpin for Extent
impl UnsafeUnpin for Extent
impl UnwindSafe for Extent
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