#[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§
source§impl Clone for ACameraCaptureSession_stateCallbacks
impl Clone for ACameraCaptureSession_stateCallbacks
source§fn clone(&self) -> ACameraCaptureSession_stateCallbacks
fn clone(&self) -> ACameraCaptureSession_stateCallbacks
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 moreimpl Copy for ACameraCaptureSession_stateCallbacks
Auto Trait Implementations§
impl Freeze for ACameraCaptureSession_stateCallbacks
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§
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