#[repr(C)]pub struct Leap_DeviceList {
pub _base: Leap_Interface,
}
Fields§
§_base: Leap_Interface
Implementations§
Source§impl Leap_DeviceList
impl Leap_DeviceList
pub unsafe fn count(&self) -> c_int
pub unsafe fn isEmpty(&self) -> bool
pub unsafe fn append( &mut self, other: *const Leap_DeviceList, ) -> *mut Leap_DeviceList
pub unsafe fn begin(&self) -> Leap_DeviceList_const_iterator
pub unsafe fn end(&self) -> Leap_DeviceList_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_DeviceList
impl RefUnwindSafe for Leap_DeviceList
impl !Send for Leap_DeviceList
impl !Sync for Leap_DeviceList
impl Unpin for Leap_DeviceList
impl UnwindSafe for Leap_DeviceList
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