#[repr(C)]pub struct D3D12_VIDEO_DECODE_COMPRESSED_BITSTREAM {
pub pBuffer: ID3D12Resource,
pub Offset: u64,
pub Size: u64,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Direct3D12"
Fields
pBuffer: ID3D12Resource
Offset: u64
Size: u64
Trait Implementations
impl Copy for D3D12_VIDEO_DECODE_COMPRESSED_BITSTREAM
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VIDEO_DECODE_COMPRESSED_BITSTREAM
impl !Send for D3D12_VIDEO_DECODE_COMPRESSED_BITSTREAM
impl !Sync for D3D12_VIDEO_DECODE_COMPRESSED_BITSTREAM
impl Unpin for D3D12_VIDEO_DECODE_COMPRESSED_BITSTREAM
impl UnwindSafe for D3D12_VIDEO_DECODE_COMPRESSED_BITSTREAM
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