#[repr(u8)]pub enum VersionFormat {
Unknown = 0,
Plain = 1,
Number = 2,
Pair = 3,
Triplet = 4,
Quad = 5,
Bcd = 6,
IntelMe = 7,
IntelMe2 = 8,
}
Variants§
Trait Implementations§
Source§impl Clone for VersionFormat
impl Clone for VersionFormat
Source§fn clone(&self) -> VersionFormat
fn clone(&self) -> VersionFormat
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VersionFormat
impl Debug for VersionFormat
Source§impl From<u8> for VersionFormat
impl From<u8> for VersionFormat
Source§impl PartialEq for VersionFormat
impl PartialEq for VersionFormat
impl Copy for VersionFormat
impl StructuralPartialEq for VersionFormat
Auto Trait Implementations§
impl Freeze for VersionFormat
impl RefUnwindSafe for VersionFormat
impl Send for VersionFormat
impl Sync for VersionFormat
impl Unpin for VersionFormat
impl UnwindSafe for VersionFormat
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