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