pub struct RawBinderService;Implementations§
Source§impl RawBinderService
impl RawBinderService
pub fn open(_service_name: &str) -> Result<Self, CoreError>
pub fn transact_bool(&self, _code: u32) -> Result<bool, CoreError>
pub fn transact_i32(&self, _code: u32, _arg: i32) -> Result<(), CoreError>
pub fn transact_bool_arg( &self, _code: u32, _value: bool, ) -> Result<(), CoreError>
Auto Trait Implementations§
impl Freeze for RawBinderService
impl RefUnwindSafe for RawBinderService
impl Send for RawBinderService
impl Sync for RawBinderService
impl Unpin for RawBinderService
impl UnsafeUnpin for RawBinderService
impl UnwindSafe for RawBinderService
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