#[repr(C)]pub struct D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK {
pub ClearSize: u32,
pub EncryptedSize: u32,
}
Expand description
Required features: "Win32_Graphics_Direct3D11"
Fields
ClearSize: u32
EncryptedSize: u32
Trait Implementations
impl Copy for D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK
Auto Trait Implementations
impl RefUnwindSafe for D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK
impl Send for D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK
impl Sync for D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK
impl Unpin for D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK
impl UnwindSafe for D3D11_VIDEO_DECODER_SUB_SAMPLE_MAPPING_BLOCK
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