pub struct FlatIkLinkInput {
pub bone_index: u32,
pub has_angle_limit: bool,
pub angle_limit_min_xyz: [f32; 3],
pub angle_limit_max_xyz: [f32; 3],
}Fields§
§bone_index: u32§has_angle_limit: bool§angle_limit_min_xyz: [f32; 3]§angle_limit_max_xyz: [f32; 3]Trait Implementations§
Source§impl Clone for FlatIkLinkInput
impl Clone for FlatIkLinkInput
Source§fn clone(&self) -> FlatIkLinkInput
fn clone(&self) -> FlatIkLinkInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FlatIkLinkInput
Auto Trait Implementations§
impl Freeze for FlatIkLinkInput
impl RefUnwindSafe for FlatIkLinkInput
impl Send for FlatIkLinkInput
impl Sync for FlatIkLinkInput
impl Unpin for FlatIkLinkInput
impl UnsafeUnpin for FlatIkLinkInput
impl UnwindSafe for FlatIkLinkInput
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