pub struct LayoutGrid { /* private fields */ }
Implementations§
Source§impl LayoutGrid
impl LayoutGrid
pub fn new() -> LayoutGrid
pub fn rows(self, rows: usize) -> LayoutGrid
pub fn row_order(self, row_order: RowOrder) -> LayoutGrid
pub fn columns(self, columns: usize) -> LayoutGrid
pub fn sub_plots(self, sub_plots: Vec<String>) -> LayoutGrid
pub fn x_axes(self, x_axes: Vec<String>) -> LayoutGrid
pub fn y_axes(self, y_axes: Vec<String>) -> LayoutGrid
pub fn pattern(self, pattern: GridPattern) -> LayoutGrid
pub fn x_gap(self, x_gap: f64) -> LayoutGrid
pub fn y_gap(self, y_gap: f64) -> LayoutGrid
pub fn domain(self, domain: GridDomain) -> LayoutGrid
pub fn x_side(self, x_side: GridXSide) -> LayoutGrid
pub fn y_side(self, y_side: GridYSide) -> LayoutGrid
Trait Implementations§
Source§impl Debug for LayoutGrid
impl Debug for LayoutGrid
Source§impl Default for LayoutGrid
impl Default for LayoutGrid
Source§fn default() -> LayoutGrid
fn default() -> LayoutGrid
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LayoutGrid
impl RefUnwindSafe for LayoutGrid
impl Send for LayoutGrid
impl Sync for LayoutGrid
impl Unpin for LayoutGrid
impl UnwindSafe for LayoutGrid
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