pub struct SelectionRegion {
pub start: usize,
pub end: usize,
pub affinity: Affinity,
}Fields§
§start: usize§end: usize§affinity: AffinityAuto Trait Implementations§
impl Freeze for SelectionRegion
impl RefUnwindSafe for SelectionRegion
impl Send for SelectionRegion
impl Sync for SelectionRegion
impl Unpin for SelectionRegion
impl UnwindSafe for SelectionRegion
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