pub struct ChromeImeTextRange {
pub start: i32,
pub end: i32,
}Fields§
§start: i32§end: i32Trait Implementations§
Source§impl Clone for ChromeImeTextRange
impl Clone for ChromeImeTextRange
Source§fn clone(&self) -> ChromeImeTextRange
fn clone(&self) -> ChromeImeTextRange
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 ChromeImeTextRange
impl Debug for ChromeImeTextRange
Source§impl From<ChromeImeTextRange> for ImeTextRange
impl From<ChromeImeTextRange> for ImeTextRange
Source§fn from(value: ChromeImeTextRange) -> Self
fn from(value: ChromeImeTextRange) -> Self
Converts to this type from the input type.
Source§impl From<ImeTextRange> for ChromeImeTextRange
impl From<ImeTextRange> for ChromeImeTextRange
Source§fn from(value: ImeTextRange) -> Self
fn from(value: ImeTextRange) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChromeImeTextRange
impl PartialEq for ChromeImeTextRange
impl Copy for ChromeImeTextRange
impl Eq for ChromeImeTextRange
impl StructuralPartialEq for ChromeImeTextRange
Auto Trait Implementations§
impl Freeze for ChromeImeTextRange
impl RefUnwindSafe for ChromeImeTextRange
impl Send for ChromeImeTextRange
impl Sync for ChromeImeTextRange
impl Unpin for ChromeImeTextRange
impl UnsafeUnpin for ChromeImeTextRange
impl UnwindSafe for ChromeImeTextRange
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