Struct windows_sys::Win32::Media::DirectShow::DVD_TIMECODE
[−]#[repr(C)]pub struct DVD_TIMECODE {
pub _bitfield: u32,
}
Expand description
Required features: ‘Win32_Media_DirectShow’
Fields
_bitfield: u32
Trait Implementations
impl Clone for DVD_TIMECODE
impl Clone for DVD_TIMECODE
impl Copy for DVD_TIMECODE
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more