pub struct CodeArea {
pub south: f64,
pub west: f64,
pub north: f64,
pub east: f64,
pub center: Point<f64>,
pub code_length: usize,
}
Fields§
§south: f64
§west: f64
§north: f64
§east: f64
§center: Point<f64>
§code_length: usize
Implementations§
Auto Trait Implementations§
impl Freeze for CodeArea
impl RefUnwindSafe for CodeArea
impl Send for CodeArea
impl Sync for CodeArea
impl Unpin for CodeArea
impl UnwindSafe for CodeArea
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