#[repr(C, packed(4))]pub struct bMotionPathVert {
pub co: [f32; 3],
pub flag: i32,
}Fields§
§co: [f32; 3]§flag: i32Trait Implementations§
Source§impl GeneratedBlendStruct for bMotionPathVert
impl GeneratedBlendStruct for bMotionPathVert
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bMotionPathVert"
const STRUCT_INDEX: usize = 357usize
const STRUCT_TYPE_INDEX: usize = 489usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bMotionPathVert> for bMotionPathVert
Auto Trait Implementations§
impl Freeze for bMotionPathVert
impl RefUnwindSafe for bMotionPathVert
impl Send for bMotionPathVert
impl Sync for bMotionPathVert
impl Unpin for bMotionPathVert
impl UnwindSafe for bMotionPathVert
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