pub struct Surface {
pub upper_x: Vec<f64>,
pub lower_x: Vec<f64>,
pub upper_y: Vec<f64>,
pub lower_y: Vec<f64>,
}
Fields§
§upper_x: Vec<f64>
§lower_x: Vec<f64>
§upper_y: Vec<f64>
§lower_y: Vec<f64>
Implementations§
Auto Trait Implementations§
impl Freeze for Surface
impl RefUnwindSafe for Surface
impl Send for Surface
impl Sync for Surface
impl Unpin for Surface
impl UnwindSafe for Surface
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