pub enum SizePrefix {
Nil,
X,
B,
W,
D,
L,
}Variants§
Implementations§
Source§impl SizePrefix
impl SizePrefix
pub fn from_char(s: char) -> SizePrefix
Trait Implementations§
Source§impl Clone for SizePrefix
impl Clone for SizePrefix
Source§fn clone(&self) -> SizePrefix
fn clone(&self) -> SizePrefix
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 SizePrefix
impl Debug for SizePrefix
Source§impl PartialEq for SizePrefix
impl PartialEq for SizePrefix
impl StructuralPartialEq for SizePrefix
Auto Trait Implementations§
impl Freeze for SizePrefix
impl RefUnwindSafe for SizePrefix
impl Send for SizePrefix
impl Sync for SizePrefix
impl Unpin for SizePrefix
impl UnwindSafe for SizePrefix
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