#[repr(C, packed(4))]pub struct WeightAngleGpencilModifierData {
pub modifier: GpencilModifierData,
pub target_vgname: [i8; 64],
pub material: Pointer<Material>,
pub layername: [i8; 64],
pub vgname: [i8; 64],
pub pass_index: i32,
pub flag: i32,
pub min_weight: f32,
pub layer_pass: i32,
pub axis: i16,
pub space: i16,
pub angle: f32,
}Fields§
§modifier: GpencilModifierData§target_vgname: [i8; 64]§material: Pointer<Material>§layername: [i8; 64]§vgname: [i8; 64]§pass_index: i32§flag: i32§min_weight: f32§layer_pass: i32§axis: i16§space: i16§angle: f32Trait Implementations§
Source§impl GeneratedBlendStruct for WeightAngleGpencilModifierData
impl GeneratedBlendStruct for WeightAngleGpencilModifierData
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "WeightAngleGpencilModifierData"
const STRUCT_INDEX: usize = 613usize
const STRUCT_TYPE_INDEX: usize = 749usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<WeightAngleGpencilModifierData> for WeightAngleGpencilModifierData
Auto Trait Implementations§
impl Freeze for WeightAngleGpencilModifierData
impl RefUnwindSafe for WeightAngleGpencilModifierData
impl Send for WeightAngleGpencilModifierData
impl Sync for WeightAngleGpencilModifierData
impl Unpin for WeightAngleGpencilModifierData
impl UnwindSafe for WeightAngleGpencilModifierData
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