pub enum SmbiosEntryPointType {
_32,
_64,
auto,
}
Variants§
Trait Implementations§
Source§impl Clone for SmbiosEntryPointType
impl Clone for SmbiosEntryPointType
Source§fn clone(&self) -> SmbiosEntryPointType
fn clone(&self) -> SmbiosEntryPointType
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 SmbiosEntryPointType
impl Debug for SmbiosEntryPointType
Source§impl<'de> Deserialize<'de> for SmbiosEntryPointType
impl<'de> Deserialize<'de> for SmbiosEntryPointType
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 SmbiosEntryPointType
impl Enum for SmbiosEntryPointType
Source§impl FromStr for SmbiosEntryPointType
impl FromStr for SmbiosEntryPointType
Source§impl Hash for SmbiosEntryPointType
impl Hash for SmbiosEntryPointType
Source§impl Ord for SmbiosEntryPointType
impl Ord for SmbiosEntryPointType
Source§fn cmp(&self, other: &SmbiosEntryPointType) -> Ordering
fn cmp(&self, other: &SmbiosEntryPointType) -> 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 SmbiosEntryPointType
impl PartialEq for SmbiosEntryPointType
Source§impl PartialOrd for SmbiosEntryPointType
impl PartialOrd for SmbiosEntryPointType
Source§impl Serialize for SmbiosEntryPointType
impl Serialize for SmbiosEntryPointType
impl Copy for SmbiosEntryPointType
impl Eq for SmbiosEntryPointType
impl StructuralPartialEq for SmbiosEntryPointType
Auto Trait Implementations§
impl Freeze for SmbiosEntryPointType
impl RefUnwindSafe for SmbiosEntryPointType
impl Send for SmbiosEntryPointType
impl Sync for SmbiosEntryPointType
impl Unpin for SmbiosEntryPointType
impl UnwindSafe for SmbiosEntryPointType
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