pub struct SelectedCmapSubtable {
pub index: u16,
pub is_mac_roman: bool,
pub is_symbol: bool,
}Fields§
§index: u16§is_mac_roman: bool§is_symbol: boolTrait Implementations§
Source§impl Clone for SelectedCmapSubtable
impl Clone for SelectedCmapSubtable
Source§fn clone(&self) -> SelectedCmapSubtable
fn clone(&self) -> SelectedCmapSubtable
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SelectedCmapSubtable
Auto Trait Implementations§
impl Freeze for SelectedCmapSubtable
impl RefUnwindSafe for SelectedCmapSubtable
impl Send for SelectedCmapSubtable
impl Sync for SelectedCmapSubtable
impl Unpin for SelectedCmapSubtable
impl UnsafeUnpin for SelectedCmapSubtable
impl UnwindSafe for SelectedCmapSubtable
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