#[repr(C)]pub struct VkFrameBoundaryTensorsARM {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub tensorCount: u32,
pub pTensors: *const VkTensorARM,
}Fields§
§sType: VkStructureType§pNext: *const c_void§tensorCount: u32§pTensors: *const VkTensorARMTrait Implementations§
Source§impl Clone for VkFrameBoundaryTensorsARM
impl Clone for VkFrameBoundaryTensorsARM
Source§fn clone(&self) -> VkFrameBoundaryTensorsARM
fn clone(&self) -> VkFrameBoundaryTensorsARM
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 VkFrameBoundaryTensorsARM
Auto Trait Implementations§
impl Freeze for VkFrameBoundaryTensorsARM
impl RefUnwindSafe for VkFrameBoundaryTensorsARM
impl !Send for VkFrameBoundaryTensorsARM
impl !Sync for VkFrameBoundaryTensorsARM
impl Unpin for VkFrameBoundaryTensorsARM
impl UnwindSafe for VkFrameBoundaryTensorsARM
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