Struct DVD_PLAYBACK_LOCATION
#[repr(C)]pub struct DVD_PLAYBACK_LOCATION {
pub TitleNum: u32,
pub ChapterNum: u32,
pub TimeCode: u32,
}
Fields§
§TitleNum: u32
§ChapterNum: u32
§TimeCode: u32
Trait Implementations§
§impl Clone for DVD_PLAYBACK_LOCATION
impl Clone for DVD_PLAYBACK_LOCATION
§fn clone(&self) -> DVD_PLAYBACK_LOCATION
fn clone(&self) -> DVD_PLAYBACK_LOCATION
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_PLAYBACK_LOCATION
impl Debug for DVD_PLAYBACK_LOCATION
§impl Default for DVD_PLAYBACK_LOCATION
impl Default for DVD_PLAYBACK_LOCATION
§impl PartialEq for DVD_PLAYBACK_LOCATION
impl PartialEq for DVD_PLAYBACK_LOCATION
impl Copy for DVD_PLAYBACK_LOCATION
impl StructuralPartialEq for DVD_PLAYBACK_LOCATION
Auto Trait Implementations§
impl Freeze for DVD_PLAYBACK_LOCATION
impl RefUnwindSafe for DVD_PLAYBACK_LOCATION
impl Send for DVD_PLAYBACK_LOCATION
impl Sync for DVD_PLAYBACK_LOCATION
impl Unpin for DVD_PLAYBACK_LOCATION
impl UnwindSafe for DVD_PLAYBACK_LOCATION
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