Struct windows_sys::Win32::Media::MediaFoundation::DXVA2_AES_CTR_IV
[−]Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
IV: u64
Count: u64
Trait Implementations
impl Clone for DXVA2_AES_CTR_IV
impl Clone for DXVA2_AES_CTR_IV
impl Copy for DXVA2_AES_CTR_IV
Auto Trait Implementations
impl RefUnwindSafe for DXVA2_AES_CTR_IV
impl Send for DXVA2_AES_CTR_IV
impl Sync for DXVA2_AES_CTR_IV
impl Unpin for DXVA2_AES_CTR_IV
impl UnwindSafe for DXVA2_AES_CTR_IV
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