pub struct BmpCharSet;
Trait Implementations§
Source§impl CharSet for BmpCharSet
impl CharSet for BmpCharSet
Source§impl Clone for BmpCharSet
impl Clone for BmpCharSet
Source§fn clone(&self) -> BmpCharSet
fn clone(&self) -> BmpCharSet
Returns a copy 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 BmpCharSet
impl Debug for BmpCharSet
Source§impl Default for BmpCharSet
impl Default for BmpCharSet
Source§fn default() -> BmpCharSet
fn default() -> BmpCharSet
Returns the “default value” for a type. Read more
Source§impl Hash for BmpCharSet
impl Hash for BmpCharSet
Source§impl Ord for BmpCharSet
impl Ord for BmpCharSet
Source§fn cmp(&self, other: &BmpCharSet) -> Ordering
fn cmp(&self, other: &BmpCharSet) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BmpCharSet
impl PartialEq for BmpCharSet
Source§impl PartialOrd for BmpCharSet
impl PartialOrd for BmpCharSet
impl Eq for BmpCharSet
impl StructuralPartialEq for BmpCharSet
Auto Trait Implementations§
impl Freeze for BmpCharSet
impl RefUnwindSafe for BmpCharSet
impl Send for BmpCharSet
impl Sync for BmpCharSet
impl Unpin for BmpCharSet
impl UnwindSafe for BmpCharSet
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