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