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