Struct DVD_FULL_LAYER_DESCRIPTOR
#[repr(C)]pub struct DVD_FULL_LAYER_DESCRIPTOR {
pub commonHeader: DVD_LAYER_DESCRIPTOR,
pub MediaSpecific: [u8; 2031],
}
Fields§
§commonHeader: DVD_LAYER_DESCRIPTOR
§MediaSpecific: [u8; 2031]
Trait Implementations§
§impl Clone for DVD_FULL_LAYER_DESCRIPTOR
impl Clone for DVD_FULL_LAYER_DESCRIPTOR
§fn clone(&self) -> DVD_FULL_LAYER_DESCRIPTOR
fn clone(&self) -> DVD_FULL_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_FULL_LAYER_DESCRIPTOR
impl Default for DVD_FULL_LAYER_DESCRIPTOR
impl Copy for DVD_FULL_LAYER_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for DVD_FULL_LAYER_DESCRIPTOR
impl RefUnwindSafe for DVD_FULL_LAYER_DESCRIPTOR
impl Send for DVD_FULL_LAYER_DESCRIPTOR
impl Sync for DVD_FULL_LAYER_DESCRIPTOR
impl Unpin for DVD_FULL_LAYER_DESCRIPTOR
impl UnwindSafe for DVD_FULL_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