pub struct SessionLayout {
pub y: Vec<f64>,
pub column_count: Vec<Option<usize>>,
pub fold_column: Vec<usize>,
pub scale: Vec<f64>,
pub wrap_data: Vec<Option<WrapData>>,
}
Fields§
§y: Vec<f64>
§column_count: Vec<Option<usize>>
§fold_column: Vec<usize>
§scale: Vec<f64>
§wrap_data: Vec<Option<WrapData>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SessionLayout
impl RefUnwindSafe for SessionLayout
impl Send for SessionLayout
impl Sync for SessionLayout
impl Unpin for SessionLayout
impl UnwindSafe for SessionLayout
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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