#[repr(C)]pub struct BindTensorMemoryInfoARM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub tensor: TensorARM,
pub memory: DeviceMemory,
pub memory_offset: u64,
}Expand description
VkBindTensorMemoryInfoARM
Provided by VK_ARM_tensors.
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_BIND_TENSOR_MEMORY_INFO_ARM.
p_next: *const c_voidOptional, may be null.
tensor: TensorARMThread safety: must be externally synchronized.
memory: DeviceMemory§memory_offset: u64Implementations§
Source§impl BindTensorMemoryInfoARM
impl BindTensorMemoryInfoARM
Sourcepub fn builder<'a>() -> BindTensorMemoryInfoARMBuilder<'a>
pub fn builder<'a>() -> BindTensorMemoryInfoARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for BindTensorMemoryInfoARM
impl Clone for BindTensorMemoryInfoARM
Source§fn clone(&self) -> BindTensorMemoryInfoARM
fn clone(&self) -> BindTensorMemoryInfoARM
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 moreSource§impl Debug for BindTensorMemoryInfoARM
impl Debug for BindTensorMemoryInfoARM
Source§impl Default for BindTensorMemoryInfoARM
impl Default for BindTensorMemoryInfoARM
Source§fn default() -> BindTensorMemoryInfoARM
fn default() -> BindTensorMemoryInfoARM
Returns the “default value” for a type. Read more
impl Copy for BindTensorMemoryInfoARM
Auto Trait Implementations§
impl Freeze for BindTensorMemoryInfoARM
impl RefUnwindSafe for BindTensorMemoryInfoARM
impl !Send for BindTensorMemoryInfoARM
impl !Sync for BindTensorMemoryInfoARM
impl Unpin for BindTensorMemoryInfoARM
impl UnsafeUnpin for BindTensorMemoryInfoARM
impl UnwindSafe for BindTensorMemoryInfoARM
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