pub struct ArrayConfig {
pub hskip_before_and_after: Option<bool>,
pub add_jot: Option<bool>,
pub cols: Option<Vec<AlignSpec>>,
pub arraystretch: Option<f64>,
pub col_separation_type: Option<String>,
pub single_row: bool,
pub empty_single_row: bool,
pub max_num_cols: Option<usize>,
pub leqno: Option<bool>,
}Fields§
§hskip_before_and_after: Option<bool>§add_jot: Option<bool>§cols: Option<Vec<AlignSpec>>§arraystretch: Option<f64>§col_separation_type: Option<String>§single_row: bool§empty_single_row: bool§max_num_cols: Option<usize>§leqno: Option<bool>Trait Implementations§
Source§impl Default for ArrayConfig
impl Default for ArrayConfig
Source§fn default() -> ArrayConfig
fn default() -> ArrayConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ArrayConfig
impl RefUnwindSafe for ArrayConfig
impl Send for ArrayConfig
impl Sync for ArrayConfig
impl Unpin for ArrayConfig
impl UnsafeUnpin for ArrayConfig
impl UnwindSafe for ArrayConfig
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