#[repr(u16)]pub enum LinkXstatsType {
Unspec = 0,
Bridge = 1,
Bond = 2,
_MAX = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for LinkXstatsType
impl Clone for LinkXstatsType
Source§fn clone(&self) -> LinkXstatsType
fn clone(&self) -> LinkXstatsType
Returns a duplicate 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 Debug for LinkXstatsType
impl Debug for LinkXstatsType
Source§impl Hash for LinkXstatsType
impl Hash for LinkXstatsType
Source§impl<'a> Index<LinkXstatsType> for LinkXstatsTyepTbl<'a>
impl<'a> Index<LinkXstatsType> for LinkXstatsTyepTbl<'a>
Source§impl<'a> IndexMut<LinkXstatsType> for LinkXstatsTyepTbl<'a>
impl<'a> IndexMut<LinkXstatsType> for LinkXstatsTyepTbl<'a>
Source§impl Into<u16> for LinkXstatsType
impl Into<u16> for LinkXstatsType
Source§impl Into<usize> for LinkXstatsType
impl Into<usize> for LinkXstatsType
Source§impl PartialEq for LinkXstatsType
impl PartialEq for LinkXstatsType
Source§impl TryFrom<u16> for LinkXstatsType
impl TryFrom<u16> for LinkXstatsType
impl Copy for LinkXstatsType
impl Eq for LinkXstatsType
impl StructuralPartialEq for LinkXstatsType
Auto Trait Implementations§
impl Freeze for LinkXstatsType
impl RefUnwindSafe for LinkXstatsType
impl Send for LinkXstatsType
impl Sync for LinkXstatsType
impl Unpin for LinkXstatsType
impl UnwindSafe for LinkXstatsType
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