#[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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)