pub struct LayoutOptions {
pub first_row_indent_in_lpxs: f32,
pub first_row_min_line_spacing_below_in_lpxs: f32,
pub max_width_in_lpxs: Option<f32>,
pub wrap: bool,
pub align: f32,
pub line_spacing_scale: f32,
}
Fields§
§first_row_indent_in_lpxs: f32
§first_row_min_line_spacing_below_in_lpxs: f32
§max_width_in_lpxs: Option<f32>
§wrap: bool
§align: f32
§line_spacing_scale: f32
Trait Implementations§
Source§impl Clone for LayoutOptions
impl Clone for LayoutOptions
Source§fn clone(&self) -> LayoutOptions
fn clone(&self) -> LayoutOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LayoutOptions
impl Debug for LayoutOptions
Source§impl Default for LayoutOptions
impl Default for LayoutOptions
Source§fn default() -> LayoutOptions
fn default() -> LayoutOptions
Returns the “default value” for a type. Read more
Source§impl Hash for LayoutOptions
impl Hash for LayoutOptions
Source§impl PartialEq for LayoutOptions
impl PartialEq for LayoutOptions
impl Copy for LayoutOptions
impl Eq for LayoutOptions
Auto Trait Implementations§
impl Freeze for LayoutOptions
impl RefUnwindSafe for LayoutOptions
impl Send for LayoutOptions
impl Sync for LayoutOptions
impl Unpin for LayoutOptions
impl UnwindSafe for LayoutOptions
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