pub struct ReflowConfig {
pub max_width: usize,
}Expand description
Configuration for the reflow engine.
Fields§
§max_width: usizeMaximum line width. 0 means unlimited.
Auto Trait Implementations§
impl Freeze for ReflowConfig
impl RefUnwindSafe for ReflowConfig
impl Send for ReflowConfig
impl Sync for ReflowConfig
impl Unpin for ReflowConfig
impl UnsafeUnpin for ReflowConfig
impl UnwindSafe for ReflowConfig
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