pub struct CodepointMono;Expand description
A measure in which each codepoint has width of 1.
Trait Implementations§
Source§impl WidthMeasure for CodepointMono
impl WidthMeasure for CodepointMono
Source§fn measure_width(&self, request: &[WidthReq]) -> Result<WidthResponse, Error>
fn measure_width(&self, request: &[WidthReq]) -> Result<WidthResponse, Error>
In which each codepoint has width == 1.
Auto Trait Implementations§
impl Freeze for CodepointMono
impl RefUnwindSafe for CodepointMono
impl Send for CodepointMono
impl Sync for CodepointMono
impl Unpin for CodepointMono
impl UnsafeUnpin for CodepointMono
impl UnwindSafe for CodepointMono
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