pub struct RichTextInlineBox {
pub id: u64,
pub x: f32,
pub y: f32,
pub width: f32,
pub height: f32,
}Fields§
§id: u64§x: f32§y: f32§width: f32§height: f32Trait Implementations§
Source§impl Clone for RichTextInlineBox
impl Clone for RichTextInlineBox
Source§fn clone(&self) -> RichTextInlineBox
fn clone(&self) -> RichTextInlineBox
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RichTextInlineBox
impl Debug for RichTextInlineBox
Source§impl PartialEq for RichTextInlineBox
impl PartialEq for RichTextInlineBox
Source§fn eq(&self, other: &RichTextInlineBox) -> bool
fn eq(&self, other: &RichTextInlineBox) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RichTextInlineBox
impl StructuralPartialEq for RichTextInlineBox
Auto Trait Implementations§
impl Freeze for RichTextInlineBox
impl RefUnwindSafe for RichTextInlineBox
impl Send for RichTextInlineBox
impl Sync for RichTextInlineBox
impl Unpin for RichTextInlineBox
impl UnsafeUnpin for RichTextInlineBox
impl UnwindSafe for RichTextInlineBox
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