#[repr(C)]pub struct AimConstraintT {
pub axis: Vec3T,
pub max_angle: f32,
}Fields§
§axis: Vec3T§max_angle: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for AimConstraintT
impl RefUnwindSafe for AimConstraintT
impl Send for AimConstraintT
impl Sync for AimConstraintT
impl Unpin for AimConstraintT
impl UnwindSafe for AimConstraintT
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