#[repr(C, packed(4))]pub struct MeshStatVis {}Fields§
§type_: i8§_pad1: [i8; 2]§overhang_axis: i8§overhang_min: f32§overhang_max: f32§thickness_min: f32§thickness_max: f32§thickness_samples: i8§_pad2: [i8; 3]§distort_min: f32§distort_max: f32§sharp_min: f32§sharp_max: f32Trait Implementations§
Source§impl GeneratedBlendStruct for MeshStatVis
impl GeneratedBlendStruct for MeshStatVis
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "MeshStatVis"
const STRUCT_INDEX: usize = 215usize
const STRUCT_TYPE_INDEX: usize = 302usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<MeshStatVis> for MeshStatVis
Auto Trait Implementations§
impl Freeze for MeshStatVis
impl RefUnwindSafe for MeshStatVis
impl Send for MeshStatVis
impl Sync for MeshStatVis
impl Unpin for MeshStatVis
impl UnwindSafe for MeshStatVis
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