#[repr(C)]pub struct Leap_GestureList {
pub _base: Leap_Interface,
}
Fields§
§_base: Leap_Interface
Implementations§
Source§impl Leap_GestureList
impl Leap_GestureList
pub unsafe fn count(&self) -> c_int
pub unsafe fn isEmpty(&self) -> bool
pub unsafe fn append( &mut self, other: *const Leap_GestureList, ) -> *mut Leap_GestureList
pub unsafe fn begin(&self) -> Leap_GestureList_const_iterator
pub unsafe fn end(&self) -> Leap_GestureList_const_iterator
pub unsafe fn new(arg1: *const Leap_ListBaseImplementation) -> Self
pub unsafe fn new1() -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Leap_GestureList
impl RefUnwindSafe for Leap_GestureList
impl !Send for Leap_GestureList
impl !Sync for Leap_GestureList
impl Unpin for Leap_GestureList
impl UnwindSafe for Leap_GestureList
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