#[repr(C)]pub struct ACameraManager_AvailabilityListener {
pub context: *mut c_void,
pub onCameraAvailable: ACameraManager_AvailabilityCallback,
pub onCameraUnavailable: ACameraManager_AvailabilityCallback,
}
Fields
context: *mut c_void
onCameraAvailable: ACameraManager_AvailabilityCallback
Trait Implementations
sourceimpl Clone for ACameraManager_AvailabilityListener
impl Clone for ACameraManager_AvailabilityListener
sourcefn clone(&self) -> ACameraManager_AvailabilityListener
fn clone(&self) -> ACameraManager_AvailabilityListener
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 ACameraManager_AvailabilityListener
Auto Trait Implementations
impl RefUnwindSafe for ACameraManager_AvailabilityListener
impl !Send for ACameraManager_AvailabilityListener
impl !Sync for ACameraManager_AvailabilityListener
impl Unpin for ACameraManager_AvailabilityListener
impl UnwindSafe for ACameraManager_AvailabilityListener
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