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