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