#[repr(C)]pub struct CMapEntry {
pub character: Unichar,
pub variation: Unichar,
}Fields§
§character: Unichar§variation: UnicharTrait Implementations§
impl Copy for CMapEntry
impl Eq for CMapEntry
impl StructuralPartialEq for CMapEntry
Auto Trait Implementations§
impl Freeze for CMapEntry
impl RefUnwindSafe for CMapEntry
impl Send for CMapEntry
impl Sync for CMapEntry
impl Unpin for CMapEntry
impl UnsafeUnpin for CMapEntry
impl UnwindSafe for CMapEntry
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