#[repr(C, packed(1))]pub struct ASF_FLAT_SYNCHRONISED_LYRICS {
pub bTimeStampFormat: u8,
pub bContentType: u8,
pub dwLyricsLen: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
bTimeStampFormat: u8
bContentType: u8
dwLyricsLen: u32
Trait Implementations
impl Clone for ASF_FLAT_SYNCHRONISED_LYRICS
impl Clone for ASF_FLAT_SYNCHRONISED_LYRICS
impl Copy for ASF_FLAT_SYNCHRONISED_LYRICS
Auto Trait Implementations
impl RefUnwindSafe for ASF_FLAT_SYNCHRONISED_LYRICS
impl Send for ASF_FLAT_SYNCHRONISED_LYRICS
impl Sync for ASF_FLAT_SYNCHRONISED_LYRICS
impl Unpin for ASF_FLAT_SYNCHRONISED_LYRICS
impl UnwindSafe for ASF_FLAT_SYNCHRONISED_LYRICS
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