#[repr(u32)]pub enum dot3Vendors {
dot3VendorAMD = 1,
dot3VendorIntel = 2,
dot3VendorNational = 4,
dot3VendorFujitsu = 5,
dot3VendorDigital = 6,
dot3VendorWesternDigital = 7,
}Variants§
dot3VendorAMD = 1
dot3VendorIntel = 2
dot3VendorNational = 4
dot3VendorFujitsu = 5
dot3VendorDigital = 6
dot3VendorWesternDigital = 7
Trait Implementations§
Source§impl Clone for dot3Vendors
impl Clone for dot3Vendors
Source§fn clone(&self) -> dot3Vendors
fn clone(&self) -> dot3Vendors
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 dot3Vendors
impl Debug for dot3Vendors
impl Copy for dot3Vendors
Auto Trait Implementations§
impl Freeze for dot3Vendors
impl RefUnwindSafe for dot3Vendors
impl Send for dot3Vendors
impl Sync for dot3Vendors
impl Unpin for dot3Vendors
impl UnwindSafe for dot3Vendors
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