Struct windows_sys::Win32::Media::WindowsMediaFormat::WM_USER_WEB_URL
#[repr(C, packed(1))]pub struct WM_USER_WEB_URL {
pub pwszDescription: PWSTR,
pub pwszURL: PWSTR,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more