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 PartialOrd for ByteSize
impl PartialOrd for ByteSize
impl Copy for ByteSize
impl Eq for ByteSize
impl StructuralPartialEq for ByteSize
Auto Trait Implementations§
impl Freeze for ByteSize
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