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