pub struct InlineTextBox {
pub bounding_box: Rect,
pub start_character_index: JsUInt,
pub num_characters: JsUInt,
}Fields§
§bounding_box: Rect§start_character_index: JsUInt§num_characters: JsUIntTrait Implementations§
Source§impl Clone for InlineTextBox
impl Clone for InlineTextBox
Source§fn clone(&self) -> InlineTextBox
fn clone(&self) -> InlineTextBox
Returns a duplicate of the value. Read more
1.0.0 · 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 InlineTextBox
impl Debug for InlineTextBox
Source§impl<'de> Deserialize<'de> for InlineTextBox
impl<'de> Deserialize<'de> for InlineTextBox
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 InlineTextBox
impl PartialEq for InlineTextBox
Source§impl Serialize for InlineTextBox
impl Serialize for InlineTextBox
impl StructuralPartialEq for InlineTextBox
Auto Trait Implementations§
impl Freeze for InlineTextBox
impl RefUnwindSafe for InlineTextBox
impl Send for InlineTextBox
impl Sync for InlineTextBox
impl Unpin for InlineTextBox
impl UnwindSafe for InlineTextBox
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