pub enum AvpKey {
Code(u32),
CodeAndVendor(u32, u32),
}Variants§
Trait Implementations§
impl Eq for AvpKey
Source§impl Ord for AvpKey
impl Ord for AvpKey
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for AvpKey
impl PartialOrd for AvpKey
impl StructuralPartialEq for AvpKey
Auto Trait Implementations§
impl Freeze for AvpKey
impl RefUnwindSafe for AvpKey
impl Send for AvpKey
impl Sync for AvpKey
impl Unpin for AvpKey
impl UnsafeUnpin for AvpKey
impl UnwindSafe for AvpKey
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