#[repr(C)]pub struct VideoPictureResourceInfoKHR {
pub sType: StructureType,
pub pNext: *const c_void,
pub codedOffset: Offset2D,
pub codedExtent: Extent2D,
pub baseArrayLayer: u32,
pub imageViewBinding: ImageView,
}Fields§
§sType: StructureType§pNext: *const c_void§codedOffset: Offset2D§codedExtent: Extent2D§baseArrayLayer: u32§imageViewBinding: ImageViewTrait Implementations§
Source§impl Clone for VideoPictureResourceInfoKHR
impl Clone for VideoPictureResourceInfoKHR
Source§fn clone(&self) -> VideoPictureResourceInfoKHR
fn clone(&self) -> VideoPictureResourceInfoKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VideoPictureResourceInfoKHR
Auto Trait Implementations§
impl Freeze for VideoPictureResourceInfoKHR
impl RefUnwindSafe for VideoPictureResourceInfoKHR
impl !Send for VideoPictureResourceInfoKHR
impl !Sync for VideoPictureResourceInfoKHR
impl Unpin for VideoPictureResourceInfoKHR
impl UnwindSafe for VideoPictureResourceInfoKHR
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