LineartGpencilModifierData

Struct LineartGpencilModifierData 

Source
#[repr(C, packed(4))]
pub struct LineartGpencilModifierData {
Show 32 fields pub modifier: GpencilModifierData, pub line_types: i16, pub source_type: i8, pub use_multiple_levels: i8, pub level_start: i16, pub level_end: i16, pub source_camera: Pointer<Object>, pub source_object: Pointer<Object>, pub source_collection: Pointer<Collection>, pub target_material: Pointer<Material>, pub target_layer: [i8; 64], pub source_vertex_group: [i8; 64], pub vgname: [i8; 64], pub overscan: f32, pub opacity: f32, pub thickness: i16, pub transparency_flags: i8, pub transparency_mask: i8, pub intersection_mask: i8, pub _pad: [i8; 3], pub crease_threshold: f32, pub angle_splitting_threshold: f32, pub chain_smooth_tolerance: f32, pub chaining_image_threshold: f32, pub calculation_flags: i32, pub flags: i32, pub stroke_depth_offset: f32, pub level_start_override: i8, pub level_end_override: i8, pub edge_types_override: i16, pub cache: Pointer<Nothing>, pub render_buffer_ptr: Pointer<Nothing>,
}

Fields§

§modifier: GpencilModifierData§line_types: i16§source_type: i8§use_multiple_levels: i8§level_start: i16§level_end: i16§source_camera: Pointer<Object>§source_object: Pointer<Object>§source_collection: Pointer<Collection>§target_material: Pointer<Material>§target_layer: [i8; 64]§source_vertex_group: [i8; 64]§vgname: [i8; 64]§overscan: f32§opacity: f32§thickness: i16§transparency_flags: i8§transparency_mask: i8§intersection_mask: i8§_pad: [i8; 3]§crease_threshold: f32§angle_splitting_threshold: f32§chain_smooth_tolerance: f32§chaining_image_threshold: f32§calculation_flags: i32§flags: i32§stroke_depth_offset: f32§level_start_override: i8§level_end_override: i8§edge_types_override: i16§cache: Pointer<Nothing>§render_buffer_ptr: Pointer<Nothing>

Trait Implementations§

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.