#[repr(C)]pub struct MemoryDedicatedAllocateInfoTensorARM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub tensor: TensorARM,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MEMORY_DEDICATED_ALLOCATE_INFO_TENSOR_ARM.
p_next: *const c_voidOptional, may be null.
tensor: TensorARMImplementations§
Source§impl MemoryDedicatedAllocateInfoTensorARM
impl MemoryDedicatedAllocateInfoTensorARM
Sourcepub fn builder<'a>() -> MemoryDedicatedAllocateInfoTensorARMBuilder<'a>
pub fn builder<'a>() -> MemoryDedicatedAllocateInfoTensorARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for MemoryDedicatedAllocateInfoTensorARM
impl Clone for MemoryDedicatedAllocateInfoTensorARM
Source§fn clone(&self) -> MemoryDedicatedAllocateInfoTensorARM
fn clone(&self) -> MemoryDedicatedAllocateInfoTensorARM
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 MemoryDedicatedAllocateInfoTensorARM
impl ExtendsMemoryAllocateInfo for MemoryDedicatedAllocateInfoTensorARM
Auto Trait Implementations§
impl Freeze for MemoryDedicatedAllocateInfoTensorARM
impl RefUnwindSafe for MemoryDedicatedAllocateInfoTensorARM
impl !Send for MemoryDedicatedAllocateInfoTensorARM
impl !Sync for MemoryDedicatedAllocateInfoTensorARM
impl Unpin for MemoryDedicatedAllocateInfoTensorARM
impl UnsafeUnpin for MemoryDedicatedAllocateInfoTensorARM
impl UnwindSafe for MemoryDedicatedAllocateInfoTensorARM
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