Struct windows_sys::Win32::Media::MediaFoundation::OPM_OMAC
[−]Expand description
Required features: ‘Win32_Media_MediaFoundation’
Fields
abOMAC: [u8; 16]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for OPM_OMAC
impl Send for OPM_OMAC
impl Sync for OPM_OMAC
impl Unpin for OPM_OMAC
impl UnwindSafe for OPM_OMAC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more