#[repr(C, packed(4))]pub struct BoidRuleFollowLeader {
pub rule: BoidRule,
pub ob: Pointer<Object>,
pub loc: [f32; 3],
pub oloc: [f32; 3],
pub cfra: f32,
pub distance: f32,
pub options: i32,
pub queue_size: i32,
}Fields§
§rule: BoidRule§ob: Pointer<Object>§loc: [f32; 3]§oloc: [f32; 3]§cfra: f32§distance: f32§options: i32§queue_size: i32Trait Implementations§
Source§impl GeneratedBlendStruct for BoidRuleFollowLeader
impl GeneratedBlendStruct for BoidRuleFollowLeader
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "BoidRuleFollowLeader"
const STRUCT_INDEX: usize = 663usize
const STRUCT_TYPE_INDEX: usize = 810usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<BoidRuleFollowLeader> for BoidRuleFollowLeader
Auto Trait Implementations§
impl Freeze for BoidRuleFollowLeader
impl RefUnwindSafe for BoidRuleFollowLeader
impl Send for BoidRuleFollowLeader
impl Sync for BoidRuleFollowLeader
impl Unpin for BoidRuleFollowLeader
impl UnwindSafe for BoidRuleFollowLeader
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