#[repr(u8)]pub enum EcnCodepoint {
Ect0 = 2,
Ect1 = 1,
Ce = 3,
}展开描述
显式拥塞通知 (ECN) 码点
变体§
实现§
trait 实现§
源代码§impl Clone for EcnCodepoint
impl Clone for EcnCodepoint
源代码§fn clone(&self) -> EcnCodepoint
fn clone(&self) -> EcnCodepoint
返回值的副本。 更多信息
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. 更多信息源代码§impl Debug for EcnCodepoint
impl Debug for EcnCodepoint
源代码§impl PartialEq for EcnCodepoint
impl PartialEq for EcnCodepoint
impl Copy for EcnCodepoint
impl Eq for EcnCodepoint
impl StructuralPartialEq for EcnCodepoint
自动 trait 实现§
impl Freeze for EcnCodepoint
impl RefUnwindSafe for EcnCodepoint
impl Send for EcnCodepoint
impl Sync for EcnCodepoint
impl Unpin for EcnCodepoint
impl UnsafeUnpin for EcnCodepoint
impl UnwindSafe for EcnCodepoint
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. 更多信息