#[repr(C)]pub struct Leap_Bone {
pub _base: Leap_Interface,
}
Fields§
§_base: Leap_Interface
Implementations§
Source§impl Leap_Bone
impl Leap_Bone
pub unsafe fn prevJoint(&self) -> Leap_Vector
pub unsafe fn nextJoint(&self) -> Leap_Vector
pub unsafe fn center(&self) -> Leap_Vector
pub unsafe fn direction(&self) -> Leap_Vector
pub unsafe fn length(&self) -> f32
pub unsafe fn width(&self) -> f32
pub unsafe fn type_(&self) -> Leap_Bone_Type
pub unsafe fn basis(&self) -> Leap_Matrix
pub unsafe fn isValid(&self) -> bool
pub unsafe fn invalid() -> *const Leap_Bone
pub unsafe fn new(arg1: *mut Leap_BoneImplementation) -> Self
pub unsafe fn new1() -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Leap_Bone
impl RefUnwindSafe for Leap_Bone
impl !Send for Leap_Bone
impl !Sync for Leap_Bone
impl Unpin for Leap_Bone
impl UnwindSafe for Leap_Bone
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