pub enum UDPIndex {
MainV4(usize),
MainV6(usize),
SubV4(usize),
}Variants§
Trait Implementations§
source§impl Ord for UDPIndex
impl Ord for UDPIndex
source§impl PartialOrd for UDPIndex
impl PartialOrd for UDPIndex
impl Copy for UDPIndex
impl Eq for UDPIndex
impl StructuralPartialEq for UDPIndex
Auto Trait Implementations§
impl Freeze for UDPIndex
impl RefUnwindSafe for UDPIndex
impl Send for UDPIndex
impl Sync for UDPIndex
impl Unpin for UDPIndex
impl UnwindSafe for UDPIndex
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)