pub struct CharacterCollection {
pub family: CidFamily,
pub supplement: i32,
}Expand description
A CID character collection identifying the character set and ordering.
Fields§
§family: CidFamilyThe registry+ordering family.
supplement: i32The supplement number.
Trait Implementations§
Source§impl Clone for CharacterCollection
impl Clone for CharacterCollection
Source§fn clone(&self) -> CharacterCollection
fn clone(&self) -> CharacterCollection
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CharacterCollection
impl Debug for CharacterCollection
Source§impl PartialEq for CharacterCollection
impl PartialEq for CharacterCollection
impl Eq for CharacterCollection
impl StructuralPartialEq for CharacterCollection
Auto Trait Implementations§
impl Freeze for CharacterCollection
impl RefUnwindSafe for CharacterCollection
impl Send for CharacterCollection
impl Sync for CharacterCollection
impl Unpin for CharacterCollection
impl UnsafeUnpin for CharacterCollection
impl UnwindSafe for CharacterCollection
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