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