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