pub struct Fragment {
pub text: String,
pub x: f64,
pub y: f64,
pub font_name: Option<String>,
pub font_size: f64,
pub bbox_width: f64,
pub bbox_height: f64,
}Fields§
§text: String§x: f64§y: f64§font_name: Option<String>§font_size: f64§bbox_width: f64§bbox_height: f64Trait Implementations§
impl StructuralPartialEq for Fragment
Auto Trait Implementations§
impl Freeze for Fragment
impl RefUnwindSafe for Fragment
impl Send for Fragment
impl Sync for Fragment
impl Unpin for Fragment
impl UnsafeUnpin for Fragment
impl UnwindSafe for Fragment
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