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