#[repr(C)]pub struct HAPI_AttributeInfo {
pub exists: HAPI_Bool,
pub owner: AttributeOwner,
pub storage: StorageType,
pub originalOwner: AttributeOwner,
pub count: c_int,
pub tupleSize: c_int,
pub totalArrayElements: HAPI_Int64,
pub typeInfo: AttributeTypeInfo,
}
Fields§
§exists: HAPI_Bool
§owner: AttributeOwner
§storage: StorageType
§originalOwner: AttributeOwner
§count: c_int
§tupleSize: c_int
§totalArrayElements: HAPI_Int64
§typeInfo: AttributeTypeInfo
Trait Implementations§
Source§impl Clone for HAPI_AttributeInfo
impl Clone for HAPI_AttributeInfo
Source§fn clone(&self) -> HAPI_AttributeInfo
fn clone(&self) -> HAPI_AttributeInfo
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 HAPI_AttributeInfo
impl Debug for HAPI_AttributeInfo
impl Copy for HAPI_AttributeInfo
Auto Trait Implementations§
impl Freeze for HAPI_AttributeInfo
impl RefUnwindSafe for HAPI_AttributeInfo
impl Send for HAPI_AttributeInfo
impl Sync for HAPI_AttributeInfo
impl Unpin for HAPI_AttributeInfo
impl UnwindSafe for HAPI_AttributeInfo
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