Struct windows_sys::Win32::Media::MediaFoundation::ASF_FLAT_PICTURE
[−]Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
bPictureType: u8
dwDataLen: u32
Trait Implementations
impl Clone for ASF_FLAT_PICTURE
impl Clone for ASF_FLAT_PICTURE
impl Copy for ASF_FLAT_PICTURE
Auto Trait Implementations
impl RefUnwindSafe for ASF_FLAT_PICTURE
impl Send for ASF_FLAT_PICTURE
impl Sync for ASF_FLAT_PICTURE
impl Unpin for ASF_FLAT_PICTURE
impl UnwindSafe for ASF_FLAT_PICTURE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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