Struct DVD_DISC_CONTROL_BLOCK_LIST
#[repr(C)]pub struct DVD_DISC_CONTROL_BLOCK_LIST {
pub header: DVD_DISC_CONTROL_BLOCK_HEADER,
pub Reserved0: u8,
pub ReadabldDCBs: u8,
pub Reserved1: u8,
pub WritableDCBs: u8,
pub Dcbs: [DVD_DISC_CONTROL_BLOCK_LIST_DCB; 1],
}
Fields§
§header: DVD_DISC_CONTROL_BLOCK_HEADER
§Reserved0: u8
§ReadabldDCBs: u8
§Reserved1: u8
§WritableDCBs: u8
§Dcbs: [DVD_DISC_CONTROL_BLOCK_LIST_DCB; 1]
Trait Implementations§
§impl Clone for DVD_DISC_CONTROL_BLOCK_LIST
impl Clone for DVD_DISC_CONTROL_BLOCK_LIST
§fn clone(&self) -> DVD_DISC_CONTROL_BLOCK_LIST
fn clone(&self) -> DVD_DISC_CONTROL_BLOCK_LIST
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_DISC_CONTROL_BLOCK_LIST
impl Default for DVD_DISC_CONTROL_BLOCK_LIST
impl Copy for DVD_DISC_CONTROL_BLOCK_LIST
Auto Trait Implementations§
impl Freeze for DVD_DISC_CONTROL_BLOCK_LIST
impl RefUnwindSafe for DVD_DISC_CONTROL_BLOCK_LIST
impl Send for DVD_DISC_CONTROL_BLOCK_LIST
impl Sync for DVD_DISC_CONTROL_BLOCK_LIST
impl Unpin for DVD_DISC_CONTROL_BLOCK_LIST
impl UnwindSafe for DVD_DISC_CONTROL_BLOCK_LIST
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