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