pub struct ChromeTextSelectionBounds {
pub range_start: i32,
pub range_end: i32,
pub caret_rect: ChromeImeRect,
pub first_selection_rect: ChromeImeRect,
}Fields§
§range_start: i32§range_end: i32§caret_rect: ChromeImeRect§first_selection_rect: ChromeImeRectTrait Implementations§
Source§impl Clone for ChromeTextSelectionBounds
impl Clone for ChromeTextSelectionBounds
Source§fn clone(&self) -> ChromeTextSelectionBounds
fn clone(&self) -> ChromeTextSelectionBounds
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 ChromeTextSelectionBounds
impl Debug for ChromeTextSelectionBounds
Source§impl From<ChromeTextSelectionBounds> for TextSelectionBounds
impl From<ChromeTextSelectionBounds> for TextSelectionBounds
Source§fn from(value: ChromeTextSelectionBounds) -> Self
fn from(value: ChromeTextSelectionBounds) -> Self
Converts to this type from the input type.
Source§impl From<TextSelectionBounds> for ChromeTextSelectionBounds
impl From<TextSelectionBounds> for ChromeTextSelectionBounds
Source§fn from(value: TextSelectionBounds) -> Self
fn from(value: TextSelectionBounds) -> Self
Converts to this type from the input type.
impl Eq for ChromeTextSelectionBounds
impl StructuralPartialEq for ChromeTextSelectionBounds
Auto Trait Implementations§
impl Freeze for ChromeTextSelectionBounds
impl RefUnwindSafe for ChromeTextSelectionBounds
impl Send for ChromeTextSelectionBounds
impl Sync for ChromeTextSelectionBounds
impl Unpin for ChromeTextSelectionBounds
impl UnsafeUnpin for ChromeTextSelectionBounds
impl UnwindSafe for ChromeTextSelectionBounds
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