Struct windows_sys::Win32::Media::WindowsMediaFormat::WM_USER_WEB_URL
[−]Expand description
Required features: "Win32_Media_WindowsMediaFormat"
Fields
pwszDescription: PWSTR
pwszURL: PWSTR
Trait Implementations
impl Clone for WM_USER_WEB_URL
impl Clone for WM_USER_WEB_URL
impl Copy for WM_USER_WEB_URL
Auto Trait Implementations
impl RefUnwindSafe for WM_USER_WEB_URL
impl !Send for WM_USER_WEB_URL
impl !Sync for WM_USER_WEB_URL
impl Unpin for WM_USER_WEB_URL
impl UnwindSafe for WM_USER_WEB_URL
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