#[repr(C)]pub struct ACameraCaptureSession_stateCallbacks {
pub context: *mut c_void,
pub onClosed: ACameraCaptureSession_stateCallback,
pub onReady: ACameraCaptureSession_stateCallback,
pub onActive: ACameraCaptureSession_stateCallback,
}
Fields
context: *mut c_void
onClosed: ACameraCaptureSession_stateCallback
onReady: ACameraCaptureSession_stateCallback
onActive: ACameraCaptureSession_stateCallback
Trait Implementations
sourceimpl Clone for ACameraCaptureSession_stateCallbacks
impl Clone for ACameraCaptureSession_stateCallbacks
sourcefn clone(&self) -> ACameraCaptureSession_stateCallbacks
fn clone(&self) -> ACameraCaptureSession_stateCallbacks
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 moreimpl Copy for ACameraCaptureSession_stateCallbacks
Auto Trait Implementations
impl RefUnwindSafe for ACameraCaptureSession_stateCallbacks
impl !Send for ACameraCaptureSession_stateCallbacks
impl !Sync for ACameraCaptureSession_stateCallbacks
impl Unpin for ACameraCaptureSession_stateCallbacks
impl UnwindSafe for ACameraCaptureSession_stateCallbacks
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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