#[repr(C)]pub struct ExternalMemoryTensorCreateInfoARM {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_types: ExternalMemoryHandleTypeFlagBits,
}Expand description
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXTERNAL_MEMORY_TENSOR_CREATE_INFO_ARM.
p_next: *const c_voidOptional, may be null.
handle_types: ExternalMemoryHandleTypeFlagBitsImplementations§
Source§impl ExternalMemoryTensorCreateInfoARM
impl ExternalMemoryTensorCreateInfoARM
Sourcepub fn builder<'a>() -> ExternalMemoryTensorCreateInfoARMBuilder<'a>
pub fn builder<'a>() -> ExternalMemoryTensorCreateInfoARMBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for ExternalMemoryTensorCreateInfoARM
impl Clone for ExternalMemoryTensorCreateInfoARM
Source§fn clone(&self) -> ExternalMemoryTensorCreateInfoARM
fn clone(&self) -> ExternalMemoryTensorCreateInfoARM
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 Default for ExternalMemoryTensorCreateInfoARM
impl Default for ExternalMemoryTensorCreateInfoARM
Source§fn default() -> ExternalMemoryTensorCreateInfoARM
fn default() -> ExternalMemoryTensorCreateInfoARM
Returns the “default value” for a type. Read more
impl Copy for ExternalMemoryTensorCreateInfoARM
impl ExtendsTensorCreateInfoARM for ExternalMemoryTensorCreateInfoARM
Auto Trait Implementations§
impl Freeze for ExternalMemoryTensorCreateInfoARM
impl RefUnwindSafe for ExternalMemoryTensorCreateInfoARM
impl !Send for ExternalMemoryTensorCreateInfoARM
impl !Sync for ExternalMemoryTensorCreateInfoARM
impl Unpin for ExternalMemoryTensorCreateInfoARM
impl UnsafeUnpin for ExternalMemoryTensorCreateInfoARM
impl UnwindSafe for ExternalMemoryTensorCreateInfoARM
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