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