Struct windows_sys::Win32::Media::MediaFoundation::ASF_INDEX_DESCRIPTOR
[−]#[repr(C)]pub struct ASF_INDEX_DESCRIPTOR {
pub Identifier: ASF_INDEX_IDENTIFIER,
pub cPerEntryBytes: u16,
pub szDescription: [u16; 32],
pub dwInterval: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
Identifier: ASF_INDEX_IDENTIFIER
cPerEntryBytes: u16
szDescription: [u16; 32]
dwInterval: u32
Trait Implementations
impl Clone for ASF_INDEX_DESCRIPTOR
impl Clone for ASF_INDEX_DESCRIPTOR
impl Copy for ASF_INDEX_DESCRIPTOR
Auto Trait Implementations
impl RefUnwindSafe for ASF_INDEX_DESCRIPTOR
impl Send for ASF_INDEX_DESCRIPTOR
impl Sync for ASF_INDEX_DESCRIPTOR
impl Unpin for ASF_INDEX_DESCRIPTOR
impl UnwindSafe for ASF_INDEX_DESCRIPTOR
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