pub struct CharShapeMarker;Expand description
Phantom marker for character shape indices.
Auto Trait Implementations§
impl Freeze for CharShapeMarker
impl RefUnwindSafe for CharShapeMarker
impl Send for CharShapeMarker
impl Sync for CharShapeMarker
impl Unpin for CharShapeMarker
impl UnwindSafe for CharShapeMarker
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