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: i64reason: c_intsequenceId: c_intwasImageCaptured: boolTrait Implementations
sourceimpl Clone for ACameraCaptureFailure
impl Clone for ACameraCaptureFailure
sourcefn clone(&self) -> ACameraCaptureFailure
fn clone(&self) -> ACameraCaptureFailure
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ACameraCaptureFailure
impl Debug for ACameraCaptureFailure
impl Copy for ACameraCaptureFailure
Auto Trait Implementations
impl RefUnwindSafe for ACameraCaptureFailure
impl Send for ACameraCaptureFailure
impl Sync for ACameraCaptureFailure
impl Unpin for ACameraCaptureFailure
impl UnwindSafe for ACameraCaptureFailure
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more