pub struct WarichuFragment {
pub lines: [Vec<Value>; 2],
pub sources: [Vec<WarichuSource>; 2],
pub html: [String; 2],
pub widths: [usize; 2],
pub overflow: bool,
pub hard_break_after: bool,
}Fields§
§lines: [Vec<Value>; 2]§sources: [Vec<WarichuSource>; 2]§html: [String; 2]§widths: [usize; 2]Widths in half-em units at the note’s font size.
overflow: bool§hard_break_after: boolTrait Implementations§
Source§impl Debug for WarichuFragment
impl Debug for WarichuFragment
Auto Trait Implementations§
impl Freeze for WarichuFragment
impl RefUnwindSafe for WarichuFragment
impl Send for WarichuFragment
impl Sync for WarichuFragment
impl Unpin for WarichuFragment
impl UnsafeUnpin for WarichuFragment
impl UnwindSafe for WarichuFragment
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