pub struct WrapPoint { /* private fields */ }Implementations§
Source§impl WrapPoint
impl WrapPoint
pub const fn byte_offset(&self) -> u32
pub const fn visual_width(&self) -> u32
Trait Implementations§
impl Copy for WrapPoint
impl Eq for WrapPoint
impl StructuralPartialEq for WrapPoint
Auto Trait Implementations§
impl Freeze for WrapPoint
impl RefUnwindSafe for WrapPoint
impl Send for WrapPoint
impl Sync for WrapPoint
impl Unpin for WrapPoint
impl UnsafeUnpin for WrapPoint
impl UnwindSafe for WrapPoint
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