#[repr(u8)]pub enum FileVendor {
User = 1,
Sys = 15,
Dev1 = 16,
Dev2 = 24,
Dev3 = 32,
Dev4 = 40,
Dev5 = 48,
Dev6 = 56,
VexVm = 64,
Vex = 240,
Undefined = 241,
}
Variants§
User = 1
Sys = 15
Dev1 = 16
Dev2 = 24
Dev3 = 32
Dev4 = 40
Dev5 = 48
Dev6 = 56
VexVm = 64
Vex = 240
Undefined = 241
Trait Implementations§
Source§impl Clone for FileVendor
impl Clone for FileVendor
Source§fn clone(&self) -> FileVendor
fn clone(&self) -> FileVendor
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 FileVendor
impl Debug for FileVendor
Source§impl Decode for FileVendor
impl Decode for FileVendor
Source§impl PartialEq for FileVendor
impl PartialEq for FileVendor
impl Copy for FileVendor
impl Eq for FileVendor
impl StructuralPartialEq for FileVendor
Auto Trait Implementations§
impl Freeze for FileVendor
impl RefUnwindSafe for FileVendor
impl Send for FileVendor
impl Sync for FileVendor
impl Unpin for FileVendor
impl UnwindSafe for FileVendor
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