Struct ndk_sys::ACameraIdList
source · #[repr(C)]pub struct ACameraIdList {
pub numCameras: c_int,
pub cameraIds: *mut *const c_char,
}
Fields§
§numCameras: c_int
§cameraIds: *mut *const c_char
Trait Implementations§
source§impl Clone for ACameraIdList
impl Clone for ACameraIdList
source§fn clone(&self) -> ACameraIdList
fn clone(&self) -> ACameraIdList
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 moresource§impl Debug for ACameraIdList
impl Debug for ACameraIdList
impl Copy for ACameraIdList
Auto Trait Implementations§
impl Freeze for ACameraIdList
impl RefUnwindSafe for ACameraIdList
impl !Send for ACameraIdList
impl !Sync for ACameraIdList
impl Unpin for ACameraIdList
impl UnwindSafe for ACameraIdList
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