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