pub enum AttributeId {
Unspecified,
FamilyId,
FamilyName,
Version,
HeaderSize,
MaximumAttributes,
Operations,
MulticastGroups,
}
Variants§
Trait Implementations§
Source§impl Clone for AttributeId
impl Clone for AttributeId
Source§fn clone(&self) -> AttributeId
fn clone(&self) -> AttributeId
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl ConvertFrom<u16> for AttributeId
impl ConvertFrom<u16> for AttributeId
fn convert_from(v: u16) -> Option<Self>
Source§impl Debug for AttributeId
impl Debug for AttributeId
Source§impl From<AttributeId> for u16
impl From<AttributeId> for u16
Source§fn from(v: AttributeId) -> Self
fn from(v: AttributeId) -> Self
Converts to this type from the input type.
Source§impl From<u16> for AttributeId
impl From<u16> for AttributeId
Source§impl PartialEq<AttributeId> for u16
impl PartialEq<AttributeId> for u16
Source§fn eq(&self, other: &AttributeId) -> bool
fn eq(&self, other: &AttributeId) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§fn ne(&self, other: &AttributeId) -> bool
fn ne(&self, other: &AttributeId) -> bool
Tests for
!=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.Source§impl PartialEq for AttributeId
impl PartialEq for AttributeId
impl Eq for AttributeId
impl StructuralPartialEq for AttributeId
Auto Trait Implementations§
impl Freeze for AttributeId
impl RefUnwindSafe for AttributeId
impl Send for AttributeId
impl Sync for AttributeId
impl Unpin for AttributeId
impl UnwindSafe for AttributeId
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