pub struct MappingOffset {
pub low_plane_ix: u16,
pub offset: u16,
}
Fields§
§low_plane_ix: u16
The exclusive, lower 16-bits of a codepoint in a code plane.
offset: u16
A mapping offset (e.g. into a string table)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MappingOffset
impl RefUnwindSafe for MappingOffset
impl Send for MappingOffset
impl Sync for MappingOffset
impl Unpin for MappingOffset
impl UnwindSafe for MappingOffset
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