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