#[repr(C)]pub struct AStatus { /* private fields */ }
Expand description
This is a helper class that encapsulates a standard way to keep track of and chain binder errors along with service specific errors.
It is not required to be used in order to parcel/receive transactions, but it is required in order to be compatible with standard AIDL transactions since it is written as the header to the out parcel for transactions which get executed (don’t fail during unparceling of input arguments or sooner).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AStatus
impl RefUnwindSafe for AStatus
impl Send for AStatus
impl Sync for AStatus
impl Unpin for AStatus
impl UnwindSafe for AStatus
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
)