Struct windows_sys::Win32::Media::WindowsMediaFormat::DRM_VAL16
#[repr(C)]pub struct DRM_VAL16 {
pub val: [u8; 16],
}
Fields§
§val: [u8; 16]
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DRM_VAL16
impl Send for DRM_VAL16
impl Sync for DRM_VAL16
impl Unpin for DRM_VAL16
impl UnwindSafe for DRM_VAL16
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