pub enum StandardCharset {
Ascii,
SpecialCharacterAndLineDrawing,
}
Expand description
Standard or common character sets which can be designated as G0-G3
Variants§
Trait Implementations§
Source§impl Clone for StandardCharset
impl Clone for StandardCharset
Source§fn clone(&self) -> StandardCharset
fn clone(&self) -> StandardCharset
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 StandardCharset
impl Debug for StandardCharset
Source§impl Default for StandardCharset
impl Default for StandardCharset
Source§impl PartialEq for StandardCharset
impl PartialEq for StandardCharset
impl Copy for StandardCharset
impl Eq for StandardCharset
impl StructuralPartialEq for StandardCharset
Auto Trait Implementations§
impl Freeze for StandardCharset
impl RefUnwindSafe for StandardCharset
impl Send for StandardCharset
impl Sync for StandardCharset
impl Unpin for StandardCharset
impl UnwindSafe for StandardCharset
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)