Struct DVD_COPY_PROTECT_KEY
#[repr(C, packed(1))]pub struct DVD_COPY_PROTECT_KEY {
pub KeyLength: u32,
pub SessionId: u32,
pub KeyType: DVD_KEY_TYPE,
pub KeyFlags: u32,
pub Parameters: DVD_COPY_PROTECT_KEY_0,
pub KeyData: [u8; 1],
}
Fields§
§KeyLength: u32
§SessionId: u32
§KeyType: DVD_KEY_TYPE
§KeyFlags: u32
§Parameters: DVD_COPY_PROTECT_KEY_0
§KeyData: [u8; 1]
Trait Implementations§
§impl Clone for DVD_COPY_PROTECT_KEY
impl Clone for DVD_COPY_PROTECT_KEY
§fn clone(&self) -> DVD_COPY_PROTECT_KEY
fn clone(&self) -> DVD_COPY_PROTECT_KEY
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_COPY_PROTECT_KEY
impl Default for DVD_COPY_PROTECT_KEY
impl Copy for DVD_COPY_PROTECT_KEY
Auto Trait Implementations§
impl Freeze for DVD_COPY_PROTECT_KEY
impl RefUnwindSafe for DVD_COPY_PROTECT_KEY
impl !Send for DVD_COPY_PROTECT_KEY
impl !Sync for DVD_COPY_PROTECT_KEY
impl Unpin for DVD_COPY_PROTECT_KEY
impl UnwindSafe for DVD_COPY_PROTECT_KEY
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