pub enum PCIELinkWidth {
_1,
_2,
_4,
_8,
_12,
_16,
_32,
}
Variants§
Trait Implementations§
Source§impl Clone for PCIELinkWidth
impl Clone for PCIELinkWidth
Source§fn clone(&self) -> PCIELinkWidth
fn clone(&self) -> PCIELinkWidth
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 PCIELinkWidth
impl Debug for PCIELinkWidth
Source§impl<'de> Deserialize<'de> for PCIELinkWidth
impl<'de> Deserialize<'de> for PCIELinkWidth
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Enum for PCIELinkWidth
impl Enum for PCIELinkWidth
Source§impl FromStr for PCIELinkWidth
impl FromStr for PCIELinkWidth
Source§impl Hash for PCIELinkWidth
impl Hash for PCIELinkWidth
Source§impl Ord for PCIELinkWidth
impl Ord for PCIELinkWidth
Source§fn cmp(&self, other: &PCIELinkWidth) -> Ordering
fn cmp(&self, other: &PCIELinkWidth) -> Ordering
1.21.0 · 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 PartialEq for PCIELinkWidth
impl PartialEq for PCIELinkWidth
Source§impl PartialOrd for PCIELinkWidth
impl PartialOrd for PCIELinkWidth
Source§impl Serialize for PCIELinkWidth
impl Serialize for PCIELinkWidth
impl Copy for PCIELinkWidth
impl Eq for PCIELinkWidth
impl StructuralPartialEq for PCIELinkWidth
Auto Trait Implementations§
impl Freeze for PCIELinkWidth
impl RefUnwindSafe for PCIELinkWidth
impl Send for PCIELinkWidth
impl Sync for PCIELinkWidth
impl Unpin for PCIELinkWidth
impl UnwindSafe for PCIELinkWidth
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