pub struct CodeRange {
pub start: Vec<u8>,
pub end: Vec<u8>,
}Expand description
Character code range mapping
Fields§
§start: Vec<u8>Start of the code range
end: Vec<u8>End of the code range
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodeRange
impl RefUnwindSafe for CodeRange
impl Send for CodeRange
impl Sync for CodeRange
impl Unpin for CodeRange
impl UnsafeUnpin for CodeRange
impl UnwindSafe for CodeRange
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