#[repr(C)]pub struct StableTextSpan {
pub start: u32,
pub end: u32,
}Fields§
§start: u32§end: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for StableTextSpan
impl RefUnwindSafe for StableTextSpan
impl Send for StableTextSpan
impl Sync for StableTextSpan
impl Unpin for StableTextSpan
impl UnsafeUnpin for StableTextSpan
impl UnwindSafe for StableTextSpan
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