Struct ndk_sys::ACameraIdList
source · Fields
numCameras: c_int
cameraIds: *mut *const c_char
Trait Implementations
sourceimpl Clone for ACameraIdList
impl Clone for ACameraIdList
sourcefn clone(&self) -> ACameraIdList
fn clone(&self) -> ACameraIdList
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 moresourceimpl Debug for ACameraIdList
impl Debug for ACameraIdList
impl Copy for ACameraIdList
Auto Trait Implementations
impl RefUnwindSafe for ACameraIdList
impl !Send for ACameraIdList
impl !Sync for ACameraIdList
impl Unpin for ACameraIdList
impl UnwindSafe for ACameraIdList
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