Struct DVD_COPYRIGHT_DESCRIPTOR
#[repr(C, packed(1))]pub struct DVD_COPYRIGHT_DESCRIPTOR {
pub CopyrightProtectionType: u8,
pub RegionManagementInformation: u8,
pub Reserved: u16,
}
Fields§
§CopyrightProtectionType: u8
§RegionManagementInformation: u8
§Reserved: u16
Trait Implementations§
§impl Clone for DVD_COPYRIGHT_DESCRIPTOR
impl Clone for DVD_COPYRIGHT_DESCRIPTOR
§fn clone(&self) -> DVD_COPYRIGHT_DESCRIPTOR
fn clone(&self) -> DVD_COPYRIGHT_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_COPYRIGHT_DESCRIPTOR
impl Default for DVD_COPYRIGHT_DESCRIPTOR
impl Copy for DVD_COPYRIGHT_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for DVD_COPYRIGHT_DESCRIPTOR
impl RefUnwindSafe for DVD_COPYRIGHT_DESCRIPTOR
impl Send for DVD_COPYRIGHT_DESCRIPTOR
impl Sync for DVD_COPYRIGHT_DESCRIPTOR
impl Unpin for DVD_COPYRIGHT_DESCRIPTOR
impl UnwindSafe for DVD_COPYRIGHT_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