#[repr(C, packed(4))]pub struct BakeData {Show 16 fields
pub im_format: ImageFormatData,
pub filepath: [i8; 1024],
pub width: i16,
pub height: i16,
pub margin: i16,
pub flag: i16,
pub cage_extrusion: f32,
pub max_ray_distance: f32,
pub pass_filter: i32,
pub normal_swizzle: [i8; 3],
pub normal_space: i8,
pub target: i8,
pub save_mode: i8,
pub margin_type: i8,
pub _pad: [i8; 5],
pub cage_object: Pointer<Object>,
}Fields§
§im_format: ImageFormatData§filepath: [i8; 1024]§width: i16§height: i16§margin: i16§flag: i16§cage_extrusion: f32§max_ray_distance: f32§pass_filter: i32§normal_swizzle: [i8; 3]§normal_space: i8§target: i8§save_mode: i8§margin_type: i8§_pad: [i8; 5]§cage_object: Pointer<Object>Trait Implementations§
Source§impl GeneratedBlendStruct for BakeData
impl GeneratedBlendStruct for BakeData
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "BakeData"
const STRUCT_INDEX: usize = 191usize
const STRUCT_TYPE_INDEX: usize = 275usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<BakeData> for BakeData
Auto Trait Implementations§
impl Freeze for BakeData
impl RefUnwindSafe for BakeData
impl Send for BakeData
impl Sync for BakeData
impl Unpin for BakeData
impl UnwindSafe for BakeData
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