pub enum MoxtetModuleId {
Sfp,
Pci,
Topaz,
Peridot,
Usb3,
PcieBridge,
Unknown(u8),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for MoxtetModuleId
impl Clone for MoxtetModuleId
Source§fn clone(&self) -> MoxtetModuleId
fn clone(&self) -> MoxtetModuleId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MoxtetModuleId
Source§impl Debug for MoxtetModuleId
impl Debug for MoxtetModuleId
impl Eq for MoxtetModuleId
Source§impl PartialEq for MoxtetModuleId
impl PartialEq for MoxtetModuleId
Source§fn eq(&self, other: &MoxtetModuleId) -> bool
fn eq(&self, other: &MoxtetModuleId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MoxtetModuleId
Auto Trait Implementations§
impl Freeze for MoxtetModuleId
impl RefUnwindSafe for MoxtetModuleId
impl Send for MoxtetModuleId
impl Sync for MoxtetModuleId
impl Unpin for MoxtetModuleId
impl UnsafeUnpin for MoxtetModuleId
impl UnwindSafe for MoxtetModuleId
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