#[repr(C)]pub struct DXVAHDETW_VIDEOPROCESSBLTSTATE {
pub pObject: u64,
pub State: DXVAHD_BLT_STATE,
pub DataSize: u32,
pub SetState: BOOL,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
Fields
pObject: u64
State: DXVAHD_BLT_STATE
DataSize: u32
SetState: BOOL
Trait Implementations
impl Clone for DXVAHDETW_VIDEOPROCESSBLTSTATE
impl Clone for DXVAHDETW_VIDEOPROCESSBLTSTATE
impl Copy for DXVAHDETW_VIDEOPROCESSBLTSTATE
Auto Trait Implementations
impl RefUnwindSafe for DXVAHDETW_VIDEOPROCESSBLTSTATE
impl Send for DXVAHDETW_VIDEOPROCESSBLTSTATE
impl Sync for DXVAHDETW_VIDEOPROCESSBLTSTATE
impl Unpin for DXVAHDETW_VIDEOPROCESSBLTSTATE
impl UnwindSafe for DXVAHDETW_VIDEOPROCESSBLTSTATE
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