#[repr(C)]pub struct AIBinder_Weak { /* private fields */ }
Expand description
The AIBinder object associated with this can be retrieved if it is still alive so that it can be re-used. The intention of this is to enable the same AIBinder object to always represent the same object.
Trait Implementations§
Source§impl Clone for AIBinder_Weak
impl Clone for AIBinder_Weak
Source§fn clone(&self) -> AIBinder_Weak
fn clone(&self) -> AIBinder_Weak
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 AIBinder_Weak
impl Debug for AIBinder_Weak
impl Copy for AIBinder_Weak
Auto Trait Implementations§
impl Freeze for AIBinder_Weak
impl RefUnwindSafe for AIBinder_Weak
impl Send for AIBinder_Weak
impl Sync for AIBinder_Weak
impl Unpin for AIBinder_Weak
impl UnwindSafe for AIBinder_Weak
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)