#[repr(u8)]pub enum Ec {
_RESERVED_0 = 0,
Transone = 1,
Transtwo = 2,
Transthree = 3,
}Variants§
_RESERVED_0 = 0
Transone = 1
1 transaction.
Transtwo = 2
2 transactions to be issued for this endpoint per microframe.
Transthree = 3
3 transactions to be issued for this endpoint per microframe.
Implementations§
Trait Implementations§
Source§impl Ord for Ec
impl Ord for Ec
Source§impl PartialOrd for Ec
impl PartialOrd for Ec
impl Copy for Ec
impl Eq for Ec
impl StructuralPartialEq for Ec
Auto Trait Implementations§
impl Freeze for Ec
impl RefUnwindSafe for Ec
impl Send for Ec
impl Sync for Ec
impl Unpin for Ec
impl UnwindSafe for Ec
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