Struct windows_sys::Win32::Media::MediaFoundation::D3D12_VIDEO_SAMPLE
[−]#[repr(C)]pub struct D3D12_VIDEO_SAMPLE {
pub Width: u32,
pub Height: u32,
pub Format: D3D12_VIDEO_FORMAT,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Dxgi_Common"
Fields
Width: u32
Height: u32
Format: D3D12_VIDEO_FORMAT
Trait Implementations
impl Clone for D3D12_VIDEO_SAMPLE
impl Clone for D3D12_VIDEO_SAMPLE
impl Copy for D3D12_VIDEO_SAMPLE
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VIDEO_SAMPLE
impl Send for D3D12_VIDEO_SAMPLE
impl Sync for D3D12_VIDEO_SAMPLE
impl Unpin for D3D12_VIDEO_SAMPLE
impl UnwindSafe for D3D12_VIDEO_SAMPLE
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