pub struct TextHit {
pub index: usize,
pub affinity: TextAffinity,
pub inside: bool,
}Fields§
§index: usize§affinity: TextAffinity§inside: boolTrait Implementations§
impl Copy for TextHit
impl StructuralPartialEq for TextHit
Auto Trait Implementations§
impl Freeze for TextHit
impl RefUnwindSafe for TextHit
impl Send for TextHit
impl Sync for TextHit
impl Unpin for TextHit
impl UnsafeUnpin for TextHit
impl UnwindSafe for TextHit
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