#[repr(C)]pub struct Leap_BugReport {
pub _base: Leap_Interface,
}
Fields§
§_base: Leap_Interface
Implementations§
Source§impl Leap_BugReport
impl Leap_BugReport
pub unsafe fn beginRecording(&mut self) -> bool
pub unsafe fn endRecording(&mut self)
pub unsafe fn isActive(&self) -> bool
pub unsafe fn progress(&self) -> f32
pub unsafe fn duration(&self) -> f32
pub unsafe fn new(arg1: *mut Leap_BugReportImplementation) -> Self
pub unsafe fn new1() -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Leap_BugReport
impl RefUnwindSafe for Leap_BugReport
impl !Send for Leap_BugReport
impl !Sync for Leap_BugReport
impl Unpin for Leap_BugReport
impl UnwindSafe for Leap_BugReport
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