Struct DVD_PRERECORDED_INFORMATION
#[repr(C)]pub struct DVD_PRERECORDED_INFORMATION {Show 21 fields
pub FieldID_1: u8,
pub DiscApplicationCode: u8,
pub DiscPhysicalCode: u8,
pub LastAddressOfDataRecordableArea: [u8; 3],
pub _bitfield: u8,
pub Reserved0: u8,
pub FieldID_2: u8,
pub OpcSuggestedCode: u8,
pub WavelengthCode: u8,
pub WriteStrategyCode: [u8; 4],
pub Reserved2: u8,
pub FieldID_3: u8,
pub ManufacturerId_3: [u8; 6],
pub Reserved3: u8,
pub FieldID_4: u8,
pub ManufacturerId_4: [u8; 6],
pub Reserved4: u8,
pub FieldID_5: u8,
pub ManufacturerId_5: [u8; 6],
pub Reserved5: u8,
pub Reserved99: [u8; 24],
}Fields§
§FieldID_1: u8§DiscApplicationCode: u8§DiscPhysicalCode: u8§LastAddressOfDataRecordableArea: [u8; 3]§_bitfield: u8§Reserved0: u8§FieldID_2: u8§OpcSuggestedCode: u8§WavelengthCode: u8§WriteStrategyCode: [u8; 4]§Reserved2: u8§FieldID_3: u8§ManufacturerId_3: [u8; 6]§Reserved3: u8§FieldID_4: u8§ManufacturerId_4: [u8; 6]§Reserved4: u8§FieldID_5: u8§ManufacturerId_5: [u8; 6]§Reserved5: u8§Reserved99: [u8; 24]Trait Implementations§
§impl Clone for DVD_PRERECORDED_INFORMATION
impl Clone for DVD_PRERECORDED_INFORMATION
§fn clone(&self) -> DVD_PRERECORDED_INFORMATION
fn clone(&self) -> DVD_PRERECORDED_INFORMATION
Returns a copy 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 more§impl Debug for DVD_PRERECORDED_INFORMATION
impl Debug for DVD_PRERECORDED_INFORMATION
§impl Default for DVD_PRERECORDED_INFORMATION
impl Default for DVD_PRERECORDED_INFORMATION
§impl PartialEq for DVD_PRERECORDED_INFORMATION
impl PartialEq for DVD_PRERECORDED_INFORMATION
impl Copy for DVD_PRERECORDED_INFORMATION
impl StructuralPartialEq for DVD_PRERECORDED_INFORMATION
Auto Trait Implementations§
impl Freeze for DVD_PRERECORDED_INFORMATION
impl RefUnwindSafe for DVD_PRERECORDED_INFORMATION
impl Send for DVD_PRERECORDED_INFORMATION
impl Sync for DVD_PRERECORDED_INFORMATION
impl Unpin for DVD_PRERECORDED_INFORMATION
impl UnwindSafe for DVD_PRERECORDED_INFORMATION
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