Struct windows_sys::Win32::Media::DirectShow::DVD_ATR
[−]Expand description
Required features: "Win32_Media_DirectShow"
Fields
ulCAT: u32
pbATRI: [u8; 768]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DVD_ATR
impl Send for DVD_ATR
impl Sync for DVD_ATR
impl Unpin for DVD_ATR
impl UnwindSafe for DVD_ATR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more