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