Struct DVD_DISC_CONTROL_BLOCK_HEADER
#[repr(C)]pub struct DVD_DISC_CONTROL_BLOCK_HEADER {
pub ContentDescriptor: [u8; 4],
pub ProhibitedActions: DVD_DISC_CONTROL_BLOCK_HEADER_0,
pub VendorId: [u8; 32],
}
Fields§
§ContentDescriptor: [u8; 4]
§ProhibitedActions: DVD_DISC_CONTROL_BLOCK_HEADER_0
§VendorId: [u8; 32]
Trait Implementations§
§impl Clone for DVD_DISC_CONTROL_BLOCK_HEADER
impl Clone for DVD_DISC_CONTROL_BLOCK_HEADER
§fn clone(&self) -> DVD_DISC_CONTROL_BLOCK_HEADER
fn clone(&self) -> DVD_DISC_CONTROL_BLOCK_HEADER
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_HEADER
impl Default for DVD_DISC_CONTROL_BLOCK_HEADER
impl Copy for DVD_DISC_CONTROL_BLOCK_HEADER
Auto Trait Implementations§
impl Freeze for DVD_DISC_CONTROL_BLOCK_HEADER
impl RefUnwindSafe for DVD_DISC_CONTROL_BLOCK_HEADER
impl Send for DVD_DISC_CONTROL_BLOCK_HEADER
impl Sync for DVD_DISC_CONTROL_BLOCK_HEADER
impl Unpin for DVD_DISC_CONTROL_BLOCK_HEADER
impl UnwindSafe for DVD_DISC_CONTROL_BLOCK_HEADER
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