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