pub struct RichTextInlineBox {
pub id: u64,
pub x: LayoutUnit,
pub y: LayoutUnit,
pub width: LayoutUnit,
pub height: LayoutUnit,
}Fields§
§id: u64§x: LayoutUnit§y: LayoutUnit§width: LayoutUnit§height: LayoutUnitTrait 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 moreimpl Copy for RichTextInlineBox
Source§impl Debug for RichTextInlineBox
impl Debug for RichTextInlineBox
Source§impl<'de> Deserialize<'de> for RichTextInlineBox
impl<'de> Deserialize<'de> for RichTextInlineBox
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RichTextInlineBox
impl PartialEq for RichTextInlineBox
Source§impl Serialize for RichTextInlineBox
impl Serialize 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