pub struct Params {Show 49 fields
pub body_curve_type: i64,
pub body_curve_amount: f64,
pub body_length: f64,
pub body_height: f64,
pub scale_type: i64,
pub scale_scale: f64,
pub pattern_type: i64,
pub pattern_scale: f64,
pub dorsal_texture_type: i64,
pub dorsal_type: i64,
pub dorsal_length: f64,
pub dorsal_start: usize,
pub dorsal_end: usize,
pub wing_texture_type: i64,
pub wing_type: i64,
pub wing_start: usize,
pub wing_end: usize,
pub wing_y: f64,
pub wing_length: f64,
pub wing_width: f64,
pub pelvic_start: usize,
pub pelvic_end: usize,
pub pelvic_length: f64,
pub pelvic_type: i64,
pub pelvic_texture_type: i64,
pub anal_start: usize,
pub anal_end: usize,
pub anal_length: f64,
pub anal_type: i64,
pub anal_texture_type: i64,
pub tail_type: i64,
pub tail_length: f64,
pub finlet_type: i64,
pub neck_type: i64,
pub nose_height: f64,
pub mouth_size: usize,
pub head_length: f64,
pub head_texture_amount: i64,
pub has_moustache: i64,
pub moustache_length: usize,
pub has_beard: i64,
pub has_teeth: i64,
pub teeth_length: f64,
pub teeth_space: f64,
pub beard_length: usize,
pub eye_type: i64,
pub eye_size: f64,
pub jaw_size: f64,
pub jaw_open: i64,
}Fields§
§body_curve_type: i64§body_curve_amount: f64§body_length: f64§body_height: f64§scale_type: i64§scale_scale: f64§pattern_type: i64§pattern_scale: f64§dorsal_texture_type: i64§dorsal_type: i64§dorsal_length: f64§dorsal_start: usize§dorsal_end: usize§wing_texture_type: i64§wing_type: i64§wing_start: usize§wing_end: usize§wing_y: f64§wing_length: f64§wing_width: f64§pelvic_start: usize§pelvic_end: usize§pelvic_length: f64§pelvic_type: i64§pelvic_texture_type: i64§anal_start: usize§anal_end: usize§anal_length: f64§anal_type: i64§anal_texture_type: i64§tail_type: i64§tail_length: f64§finlet_type: i64§neck_type: i64§nose_height: f64§mouth_size: usize§head_length: f64§head_texture_amount: i64§has_moustache: i64§moustache_length: usize§has_beard: i64§has_teeth: i64§teeth_length: f64§teeth_space: f64§beard_length: usize§eye_type: i64§eye_size: f64§jaw_size: f64§jaw_open: i64Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Params
impl RefUnwindSafe for Params
impl Send for Params
impl Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
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