Struct ndk_sys::ACameraOutputTargets
source · #[repr(C)]pub struct ACameraOutputTargets { /* private fields */ }
Trait Implementations
sourceimpl Clone for ACameraOutputTargets
impl Clone for ACameraOutputTargets
sourcefn clone(&self) -> ACameraOutputTargets
fn clone(&self) -> ACameraOutputTargets
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 ACameraOutputTargets
impl Debug for ACameraOutputTargets
impl Copy for ACameraOutputTargets
Auto Trait Implementations
impl RefUnwindSafe for ACameraOutputTargets
impl Send for ACameraOutputTargets
impl Sync for ACameraOutputTargets
impl Unpin for ACameraOutputTargets
impl UnwindSafe for ACameraOutputTargets
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