Struct DVD_READ_STRUCTURE
#[repr(C, packed(1))]pub struct DVD_READ_STRUCTURE {
pub BlockByteOffset: i64,
pub Format: DVD_STRUCTURE_FORMAT,
pub SessionId: u32,
pub LayerNumber: u8,
}
Fields§
§BlockByteOffset: i64
§Format: DVD_STRUCTURE_FORMAT
§SessionId: u32
§LayerNumber: u8
Trait Implementations§
§impl Clone for DVD_READ_STRUCTURE
impl Clone for DVD_READ_STRUCTURE
§fn clone(&self) -> DVD_READ_STRUCTURE
fn clone(&self) -> DVD_READ_STRUCTURE
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_READ_STRUCTURE
impl Default for DVD_READ_STRUCTURE
impl Copy for DVD_READ_STRUCTURE
Auto Trait Implementations§
impl Freeze for DVD_READ_STRUCTURE
impl RefUnwindSafe for DVD_READ_STRUCTURE
impl Send for DVD_READ_STRUCTURE
impl Sync for DVD_READ_STRUCTURE
impl Unpin for DVD_READ_STRUCTURE
impl UnwindSafe for DVD_READ_STRUCTURE
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