Struct DVD_LAYER_DESCRIPTOR
#[repr(C, packed(1))]pub struct DVD_LAYER_DESCRIPTOR {
pub _bitfield1: u8,
pub _bitfield2: u8,
pub _bitfield3: u8,
pub _bitfield4: u8,
pub StartingDataSector: u32,
pub EndDataSector: u32,
pub EndLayerZeroSector: u32,
pub _bitfield5: u8,
}
Fields§
§_bitfield1: u8
§_bitfield2: u8
§_bitfield3: u8
§_bitfield4: u8
§StartingDataSector: u32
§EndDataSector: u32
§EndLayerZeroSector: u32
§_bitfield5: u8
Trait Implementations§
§impl Clone for DVD_LAYER_DESCRIPTOR
impl Clone for DVD_LAYER_DESCRIPTOR
§fn clone(&self) -> DVD_LAYER_DESCRIPTOR
fn clone(&self) -> DVD_LAYER_DESCRIPTOR
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 Default for DVD_LAYER_DESCRIPTOR
impl Default for DVD_LAYER_DESCRIPTOR
impl Copy for DVD_LAYER_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for DVD_LAYER_DESCRIPTOR
impl RefUnwindSafe for DVD_LAYER_DESCRIPTOR
impl Send for DVD_LAYER_DESCRIPTOR
impl Sync for DVD_LAYER_DESCRIPTOR
impl Unpin for DVD_LAYER_DESCRIPTOR
impl UnwindSafe for DVD_LAYER_DESCRIPTOR
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