#[repr(C, packed(4))]pub struct NodeGeometryStoreNamedAttribute {
pub data_type: i8,
pub domain: i8,
}Fields§
§data_type: i8§domain: i8Trait Implementations§
Source§impl GeneratedBlendStruct for NodeGeometryStoreNamedAttribute
impl GeneratedBlendStruct for NodeGeometryStoreNamedAttribute
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "NodeGeometryStoreNamedAttribute"
const STRUCT_INDEX: usize = 529usize
const STRUCT_TYPE_INDEX: usize = 667usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<NodeGeometryStoreNamedAttribute> for NodeGeometryStoreNamedAttribute
Auto Trait Implementations§
impl Freeze for NodeGeometryStoreNamedAttribute
impl RefUnwindSafe for NodeGeometryStoreNamedAttribute
impl Send for NodeGeometryStoreNamedAttribute
impl Sync for NodeGeometryStoreNamedAttribute
impl Unpin for NodeGeometryStoreNamedAttribute
impl UnwindSafe for NodeGeometryStoreNamedAttribute
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