#[repr(C)]pub struct ID3D11VideoProcessorInputViewVtbl {
pub parent: ID3D11ViewVtbl,
pub GetDesc: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorInputView, pDesc: *mut D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC),
}Fields§
§parent: ID3D11ViewVtbl§GetDesc: unsafe extern "system" fn(This: *mut ID3D11VideoProcessorInputView, pDesc: *mut D3D11_VIDEO_PROCESSOR_INPUT_VIEW_DESC)Auto Trait Implementations§
impl Freeze for ID3D11VideoProcessorInputViewVtbl
impl RefUnwindSafe for ID3D11VideoProcessorInputViewVtbl
impl Send for ID3D11VideoProcessorInputViewVtbl
impl Sync for ID3D11VideoProcessorInputViewVtbl
impl Unpin for ID3D11VideoProcessorInputViewVtbl
impl UnsafeUnpin for ID3D11VideoProcessorInputViewVtbl
impl UnwindSafe for ID3D11VideoProcessorInputViewVtbl
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