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