#[repr(C, packed(4))]pub struct FreestyleConfig {
pub modules: ListBase,
pub mode: i32,
pub raycasting_algorithm: i32,
pub flags: i32,
pub sphere_radius: f32,
pub dkr_epsilon: f32,
pub crease_angle: f32,
pub linesets: ListBase,
}Fields§
§modules: ListBase§mode: i32§raycasting_algorithm: i32§flags: i32§sphere_radius: f32§dkr_epsilon: f32§crease_angle: f32§linesets: ListBaseTrait Implementations§
Source§impl GeneratedBlendStruct for FreestyleConfig
impl GeneratedBlendStruct for FreestyleConfig
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "FreestyleConfig"
const STRUCT_INDEX: usize = 710usize
const STRUCT_TYPE_INDEX: usize = 270usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<FreestyleConfig> for FreestyleConfig
Auto Trait Implementations§
impl Freeze for FreestyleConfig
impl RefUnwindSafe for FreestyleConfig
impl Send for FreestyleConfig
impl Sync for FreestyleConfig
impl Unpin for FreestyleConfig
impl UnwindSafe for FreestyleConfig
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