pub enum ByteSize {
Five,
Six,
Seven,
Eight,
}Expand description
Bytesize for serial port
Variants§
Trait Implementations§
source§impl Ord for ByteSize
impl Ord for ByteSize
source§impl PartialEq<ByteSize> for ByteSize
impl PartialEq<ByteSize> for ByteSize
source§impl PartialOrd<ByteSize> for ByteSize
impl PartialOrd<ByteSize> for ByteSize
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for ByteSize
impl Eq for ByteSize
impl StructuralEq for ByteSize
impl StructuralPartialEq for ByteSize
Auto Trait Implementations§
impl RefUnwindSafe for ByteSize
impl Send for ByteSize
impl Sync for ByteSize
impl Unpin for ByteSize
impl UnwindSafe for ByteSize
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