Struct windows_sys::Win32::Media::DeviceManager::WMDMRIGHTS
[−]#[repr(C)]pub struct WMDMRIGHTS {
pub cbSize: u32,
pub dwContentType: u32,
pub fuFlags: u32,
pub fuRights: u32,
pub dwAppSec: u32,
pub dwPlaybackCount: u32,
pub ExpirationDate: WMDMDATETIME,
}
Expand description
Required features: "Win32_Media_DeviceManager"
Fields
cbSize: u32
dwContentType: u32
fuFlags: u32
fuRights: u32
dwAppSec: u32
dwPlaybackCount: u32
ExpirationDate: WMDMDATETIME
Trait Implementations
impl Clone for WMDMRIGHTS
impl Clone for WMDMRIGHTS
impl Copy for WMDMRIGHTS
Auto Trait Implementations
impl RefUnwindSafe for WMDMRIGHTS
impl Send for WMDMRIGHTS
impl Sync for WMDMRIGHTS
impl Unpin for WMDMRIGHTS
impl UnwindSafe for WMDMRIGHTS
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