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