pub struct GridDomain { /* private fields */ }
Implementations§
Source§impl GridDomain
impl GridDomain
pub fn new() -> GridDomain
pub fn x(self, x: Vec<f64>) -> GridDomain
pub fn y(self, y: Vec<f64>) -> GridDomain
Trait Implementations§
Source§impl Debug for GridDomain
impl Debug for GridDomain
Source§impl Default for GridDomain
impl Default for GridDomain
Source§fn default() -> GridDomain
fn default() -> GridDomain
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GridDomain
impl RefUnwindSafe for GridDomain
impl Send for GridDomain
impl Sync for GridDomain
impl Unpin for GridDomain
impl UnwindSafe for GridDomain
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