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