Struct AM_DVDCOPY_TITLEKEY
#[repr(C)]pub struct AM_DVDCOPY_TITLEKEY {
pub KeyFlags: u32,
pub Reserved1: [u32; 2],
pub TitleKey: [u8; 6],
pub Reserved2: [u8; 2],
}
Fields§
§KeyFlags: u32
§Reserved1: [u32; 2]
§TitleKey: [u8; 6]
§Reserved2: [u8; 2]
Trait Implementations§
§impl Clone for AM_DVDCOPY_TITLEKEY
impl Clone for AM_DVDCOPY_TITLEKEY
§fn clone(&self) -> AM_DVDCOPY_TITLEKEY
fn clone(&self) -> AM_DVDCOPY_TITLEKEY
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 AM_DVDCOPY_TITLEKEY
impl Debug for AM_DVDCOPY_TITLEKEY
§impl Default for AM_DVDCOPY_TITLEKEY
impl Default for AM_DVDCOPY_TITLEKEY
§impl PartialEq for AM_DVDCOPY_TITLEKEY
impl PartialEq for AM_DVDCOPY_TITLEKEY
impl Copy for AM_DVDCOPY_TITLEKEY
impl StructuralPartialEq for AM_DVDCOPY_TITLEKEY
Auto Trait Implementations§
impl Freeze for AM_DVDCOPY_TITLEKEY
impl RefUnwindSafe for AM_DVDCOPY_TITLEKEY
impl Send for AM_DVDCOPY_TITLEKEY
impl Sync for AM_DVDCOPY_TITLEKEY
impl Unpin for AM_DVDCOPY_TITLEKEY
impl UnwindSafe for AM_DVDCOPY_TITLEKEY
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