#[repr(C, packed(4))]pub struct HairKey {
pub co: [f32; 3],
pub time: f32,
pub weight: f32,
pub editflag: i16,
pub _pad: [i8; 2],
pub world_co: [f32; 3],
}Fields§
§co: [f32; 3]§time: f32§weight: f32§editflag: i16§_pad: [i8; 2]§world_co: [f32; 3]Trait Implementations§
Source§impl GeneratedBlendStruct for HairKey
impl GeneratedBlendStruct for HairKey
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "HairKey"
const STRUCT_INDEX: usize = 559usize
const STRUCT_TYPE_INDEX: usize = 688usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<HairKey> for HairKey
Auto Trait Implementations§
impl Freeze for HairKey
impl RefUnwindSafe for HairKey
impl Send for HairKey
impl Sync for HairKey
impl Unpin for HairKey
impl UnwindSafe for HairKey
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