pub struct TypeLengthPair {
pub type_index: i64,
pub length: u64,
}Expand description
Represents a range pair that contains a type index and a length.
Fields§
§type_index: i64The type index of the property
length: u64The length of the text affected by the referenced property
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeLengthPair
impl RefUnwindSafe for TypeLengthPair
impl Send for TypeLengthPair
impl Sync for TypeLengthPair
impl Unpin for TypeLengthPair
impl UnwindSafe for TypeLengthPair
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