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