#[repr(i32)]pub enum _MEDIA_TYPE {
Show 26 variants
Unknown = 0,
F5_1Pt2_512 = 1,
F3_1Pt44_512 = 2,
F3_2Pt88_512 = 3,
F3_20Pt8_512 = 4,
F3_720_512 = 5,
F5_360_512 = 6,
F5_320_512 = 7,
F5_320_1024 = 8,
F5_180_512 = 9,
F5_160_512 = 10,
RemovableMedia = 11,
FixedMedia = 12,
F3_120M_512 = 13,
F3_640_512 = 14,
F5_640_512 = 15,
F5_720_512 = 16,
F3_1Pt2_512 = 17,
F3_1Pt23_1024 = 18,
F5_1Pt23_1024 = 19,
F3_128Mb_512 = 20,
F3_230Mb_512 = 21,
F8_256_128 = 22,
F3_200Mb_512 = 23,
F3_240M_512 = 24,
F3_32M_512 = 25,
}Variants§
Unknown = 0
F5_1Pt2_512 = 1
F3_1Pt44_512 = 2
F3_2Pt88_512 = 3
F3_20Pt8_512 = 4
F3_720_512 = 5
F5_360_512 = 6
F5_320_512 = 7
F5_320_1024 = 8
F5_180_512 = 9
F5_160_512 = 10
RemovableMedia = 11
FixedMedia = 12
F3_120M_512 = 13
F3_640_512 = 14
F5_640_512 = 15
F5_720_512 = 16
F3_1Pt2_512 = 17
F3_1Pt23_1024 = 18
F5_1Pt23_1024 = 19
F3_128Mb_512 = 20
F3_230Mb_512 = 21
F8_256_128 = 22
F3_200Mb_512 = 23
F3_240M_512 = 24
F3_32M_512 = 25
Trait Implementations§
Source§impl Clone for _MEDIA_TYPE
impl Clone for _MEDIA_TYPE
Source§fn clone(&self) -> _MEDIA_TYPE
fn clone(&self) -> _MEDIA_TYPE
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 _MEDIA_TYPE
impl Debug for _MEDIA_TYPE
Source§impl Hash for _MEDIA_TYPE
impl Hash for _MEDIA_TYPE
Source§impl PartialEq for _MEDIA_TYPE
impl PartialEq for _MEDIA_TYPE
impl Copy for _MEDIA_TYPE
impl Eq for _MEDIA_TYPE
impl StructuralPartialEq for _MEDIA_TYPE
Auto Trait Implementations§
impl Freeze for _MEDIA_TYPE
impl RefUnwindSafe for _MEDIA_TYPE
impl Send for _MEDIA_TYPE
impl Sync for _MEDIA_TYPE
impl Unpin for _MEDIA_TYPE
impl UnwindSafe for _MEDIA_TYPE
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