#[repr(C, packed(4))]pub struct TextureGpencilModifierData {Show 17 fields
pub modifier: GpencilModifierData,
pub material: Pointer<Material>,
pub layername: [i8; 64],
pub materialname: [i8; 64],
pub vgname: [i8; 64],
pub pass_index: i32,
pub flag: i32,
pub uv_offset: f32,
pub uv_scale: f32,
pub fill_rotation: f32,
pub fill_offset: [f32; 2],
pub fill_scale: f32,
pub layer_pass: i32,
pub fit_method: i16,
pub mode: i16,
pub alignment_rotation: f32,
pub _pad: [i8; 4],
}Fields§
§modifier: GpencilModifierData§material: Pointer<Material>§layername: [i8; 64]§materialname: [i8; 64]§vgname: [i8; 64]§pass_index: i32§flag: i32§uv_offset: f32§uv_scale: f32§fill_rotation: f32§fill_offset: [f32; 2]§fill_scale: f32§layer_pass: i32§fit_method: i16§mode: i16§alignment_rotation: f32§_pad: [i8; 4]Trait Implementations§
Source§impl GeneratedBlendStruct for TextureGpencilModifierData
impl GeneratedBlendStruct for TextureGpencilModifierData
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "TextureGpencilModifierData"
const STRUCT_INDEX: usize = 611usize
const STRUCT_TYPE_INDEX: usize = 747usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<TextureGpencilModifierData> for TextureGpencilModifierData
Auto Trait Implementations§
impl Freeze for TextureGpencilModifierData
impl RefUnwindSafe for TextureGpencilModifierData
impl Send for TextureGpencilModifierData
impl Sync for TextureGpencilModifierData
impl Unpin for TextureGpencilModifierData
impl UnwindSafe for TextureGpencilModifierData
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