Struct DVD_DUAL_LAYER_RECORDING_INFORMATION
#[repr(C)]pub struct DVD_DUAL_LAYER_RECORDING_INFORMATION {
pub _bitfield: u8,
pub Reserved1: [u8; 3],
pub Layer0Sectors: [u8; 4],
}
Fields§
§_bitfield: u8
§Reserved1: [u8; 3]
§Layer0Sectors: [u8; 4]
Trait Implementations§
§impl Clone for DVD_DUAL_LAYER_RECORDING_INFORMATION
impl Clone for DVD_DUAL_LAYER_RECORDING_INFORMATION
§fn clone(&self) -> DVD_DUAL_LAYER_RECORDING_INFORMATION
fn clone(&self) -> DVD_DUAL_LAYER_RECORDING_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 PartialEq for DVD_DUAL_LAYER_RECORDING_INFORMATION
impl PartialEq for DVD_DUAL_LAYER_RECORDING_INFORMATION
§fn eq(&self, other: &DVD_DUAL_LAYER_RECORDING_INFORMATION) -> bool
fn eq(&self, other: &DVD_DUAL_LAYER_RECORDING_INFORMATION) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DVD_DUAL_LAYER_RECORDING_INFORMATION
impl StructuralPartialEq for DVD_DUAL_LAYER_RECORDING_INFORMATION
Auto Trait Implementations§
impl Freeze for DVD_DUAL_LAYER_RECORDING_INFORMATION
impl RefUnwindSafe for DVD_DUAL_LAYER_RECORDING_INFORMATION
impl Send for DVD_DUAL_LAYER_RECORDING_INFORMATION
impl Sync for DVD_DUAL_LAYER_RECORDING_INFORMATION
impl Unpin for DVD_DUAL_LAYER_RECORDING_INFORMATION
impl UnwindSafe for DVD_DUAL_LAYER_RECORDING_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