#[repr(C)]pub struct IDirectXVideoAccelerationService {
pub lpVtbl: *const IDirectXVideoAccelerationServiceVtbl,
}
Fields§
§lpVtbl: *const IDirectXVideoAccelerationServiceVtbl
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IDirectXVideoAccelerationService
impl RefUnwindSafe for IDirectXVideoAccelerationService
impl !Send for IDirectXVideoAccelerationService
impl !Sync for IDirectXVideoAccelerationService
impl Unpin for IDirectXVideoAccelerationService
impl UnwindSafe for IDirectXVideoAccelerationService
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more