Struct makepad_code_editor::session::SessionLayout
source · 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 RefUnwindSafe for SessionLayout
impl Send for SessionLayout
impl Sync for SessionLayout
impl Unpin for SessionLayout
impl UnwindSafe for SessionLayout
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