pub enum CharSize {
Bits5,
Bits6,
Bits7,
Bits8,
}
Expand description
Number of bits per character.
Variants§
Bits5
5 bits per character.
Bits6
6 bits per character.
Bits7
7 bits per character.
Bits8
8 bits per character.
Trait Implementations§
impl Copy for CharSize
impl Eq for CharSize
impl StructuralPartialEq for CharSize
Auto Trait Implementations§
impl Freeze for CharSize
impl RefUnwindSafe for CharSize
impl Send for CharSize
impl Sync for CharSize
impl Unpin for CharSize
impl UnwindSafe for CharSize
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
)