pub struct KhrVideoDecodeQueueFn {
pub cmd_decode_video_khr: unsafe extern "system" fn(CommandBuffer, *const VideoDecodeInfoKHR),
}Fields
cmd_decode_video_khr: unsafe extern "system" fn(CommandBuffer, *const VideoDecodeInfoKHR)Implementations
Trait Implementations
sourceimpl Clone for KhrVideoDecodeQueueFn
impl Clone for KhrVideoDecodeQueueFn
sourcefn clone(&self) -> KhrVideoDecodeQueueFn
fn clone(&self) -> KhrVideoDecodeQueueFn
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Send for KhrVideoDecodeQueueFn
impl Sync for KhrVideoDecodeQueueFn
Auto Trait Implementations
impl RefUnwindSafe for KhrVideoDecodeQueueFn
impl Unpin for KhrVideoDecodeQueueFn
impl UnwindSafe for KhrVideoDecodeQueueFn
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