Struct hapi_rs::geometry::AttributeInfo
source · pub struct AttributeInfo { /* private fields */ }
Implementations§
source§impl AttributeInfo
impl AttributeInfo
pub fn exists(&self) -> bool
pub fn original_owner(&self) -> AttributeOwner
pub fn total_array_elements(&self) -> i64
pub fn set_total_array_elements(&mut self, val: i64)
pub fn with_total_array_elements(self, val: i64) -> Self
pub fn owner(&self) -> AttributeOwner
pub fn set_owner(&mut self, val: AttributeOwner)
pub fn with_owner(self, val: AttributeOwner) -> Self
pub fn storage(&self) -> StorageType
pub fn set_storage(&mut self, val: StorageType)
pub fn with_storage(self, val: StorageType) -> Self
pub fn tuple_size(&self) -> i32
pub fn set_tuple_size(&mut self, val: i32)
pub fn with_tuple_size(self, val: i32) -> Self
pub fn type_info(&self) -> AttributeTypeInfo
pub fn set_type_info(&mut self, val: AttributeTypeInfo)
pub fn with_type_info(self, val: AttributeTypeInfo) -> Self
pub fn count(&self) -> i32
pub fn set_count(&mut self, val: i32)
pub fn with_count(self, val: i32) -> Self
pub fn ptr(&self) -> *const HAPI_AttributeInfo
Trait Implementations§
source§impl Clone for AttributeInfo
impl Clone for AttributeInfo
source§fn clone(&self) -> AttributeInfo
fn clone(&self) -> AttributeInfo
Returns a copy 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 more