#[repr(C)]pub struct Leap_ScreenList {
pub _base: Leap_Interface,
}
Fields§
§_base: Leap_Interface
Implementations§
Source§impl Leap_ScreenList
impl Leap_ScreenList
pub unsafe fn count(&self) -> c_int
pub unsafe fn isEmpty(&self) -> bool
pub unsafe fn begin(&self) -> Leap_ScreenList_const_iterator
pub unsafe fn end(&self) -> Leap_ScreenList_const_iterator
pub unsafe fn closestScreenHit( &self, pointable: *const Leap_Pointable, ) -> Leap_Screen
pub unsafe fn closestScreenHit1( &self, position: *const Leap_Vector, direction: *const Leap_Vector, ) -> Leap_Screen
pub unsafe fn closestScreen(&self, position: *const Leap_Vector) -> Leap_Screen
pub unsafe fn new(arg1: *const Leap_ListBaseImplementation) -> Self
pub unsafe fn new1() -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Leap_ScreenList
impl RefUnwindSafe for Leap_ScreenList
impl !Send for Leap_ScreenList
impl !Sync for Leap_ScreenList
impl Unpin for Leap_ScreenList
impl UnwindSafe for Leap_ScreenList
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