#[repr(u8)]pub enum Wire45 {
WIRE_4_5_0 = 0,
WIRE_4_5_1 = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Wire45
impl Ord for Wire45
Source§impl PartialOrd for Wire45
impl PartialOrd for Wire45
impl Copy for Wire45
impl Eq for Wire45
impl StructuralPartialEq for Wire45
Auto Trait Implementations§
impl Freeze for Wire45
impl RefUnwindSafe for Wire45
impl Send for Wire45
impl Sync for Wire45
impl Unpin for Wire45
impl UnwindSafe for Wire45
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