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