FreestyleLineStyle

Struct FreestyleLineStyle 

Source
#[repr(C, packed(4))]
pub struct FreestyleLineStyle {
Show 45 fields pub id: ID, pub adt: Pointer<AnimData>, pub r: f32, pub g: f32, pub b: f32, pub alpha: f32, pub thickness: f32, pub thickness_position: i32, pub thickness_ratio: f32, pub flag: i32, pub caps: i32, pub chaining: i32, pub rounds: i32, pub split_length: f32, pub min_angle: f32, pub max_angle: f32, pub min_length: f32, pub max_length: f32, pub chain_count: i32, pub split_dash1: i16, pub split_gap1: i16, pub split_dash2: i16, pub split_gap2: i16, pub split_dash3: i16, pub split_gap3: i16, pub sort_key: i32, pub integration_type: i32, pub texstep: f32, pub texact: i16, pub pr_texture: i16, pub use_nodes: i16, pub _pad: [i8; 6], pub dash1: i16, pub gap1: i16, pub dash2: i16, pub gap2: i16, pub dash3: i16, pub gap3: i16, pub panel: i32, pub mtex: [Pointer<MTex>; 18], pub nodetree: Pointer<bNodeTree>, pub color_modifiers: ListBase, pub alpha_modifiers: ListBase, pub thickness_modifiers: ListBase, pub geometry_modifiers: ListBase,
}

Fields§

§id: ID§adt: Pointer<AnimData>§r: f32§g: f32§b: f32§alpha: f32§thickness: f32§thickness_position: i32§thickness_ratio: f32§flag: i32§caps: i32§chaining: i32§rounds: i32§split_length: f32§min_angle: f32§max_angle: f32§min_length: f32§max_length: f32§chain_count: i32§split_dash1: i16§split_gap1: i16§split_dash2: i16§split_gap2: i16§split_dash3: i16§split_gap3: i16§sort_key: i32§integration_type: i32§texstep: f32§texact: i16§pr_texture: i16§use_nodes: i16§_pad: [i8; 6]§dash1: i16§gap1: i16§dash2: i16§gap2: i16§dash3: i16§gap3: i16§panel: i32§mtex: [Pointer<MTex>; 18]§nodetree: Pointer<bNodeTree>§color_modifiers: ListBase§alpha_modifiers: ListBase§thickness_modifiers: ListBase§geometry_modifiers: ListBase

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.