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