Struct ndk_sys::ACameraCaptureFailure
source · #[repr(C)]pub struct ACameraCaptureFailure {
pub frameNumber: i64,
pub reason: c_int,
pub sequenceId: c_int,
pub wasImageCaptured: bool,
}
Fields§
§frameNumber: i64
§reason: c_int
§sequenceId: c_int
§wasImageCaptured: bool
Trait Implementations§
source§impl Clone for ACameraCaptureFailure
impl Clone for ACameraCaptureFailure
source§fn clone(&self) -> ACameraCaptureFailure
fn clone(&self) -> ACameraCaptureFailure
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ACameraCaptureFailure
impl Debug for ACameraCaptureFailure
impl Copy for ACameraCaptureFailure
Auto Trait Implementations§
impl Freeze for ACameraCaptureFailure
impl RefUnwindSafe for ACameraCaptureFailure
impl Send for ACameraCaptureFailure
impl Sync for ACameraCaptureFailure
impl Unpin for ACameraCaptureFailure
impl UnwindSafe for ACameraCaptureFailure
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