pub struct MobileGattReassembler { /* private fields */ }Expand description
Stateful, bounded receiver for Frame Out notifications.
Implementations§
Trait Implementations§
Source§impl<UT> LiftRef<UT> for MobileGattReassembler
impl<UT> LiftRef<UT> for MobileGattReassembler
type LiftType = Arc<MobileGattReassembler>
Source§impl<UT> LowerError<UT> for MobileGattReassembler
impl<UT> LowerError<UT> for MobileGattReassembler
Source§fn lower_error(obj: Self) -> RustBuffer
fn lower_error(obj: Self) -> RustBuffer
Lower this value for scaffolding function return Read more
Source§impl<UT> LowerReturn<UT> for MobileGattReassembler
impl<UT> LowerReturn<UT> for MobileGattReassembler
Source§type ReturnType = <Arc<MobileGattReassembler> as LowerReturn<UniFfiTag>>::ReturnType
type ReturnType = <Arc<MobileGattReassembler> as LowerReturn<UniFfiTag>>::ReturnType
The type that should be returned by scaffolding functions for this type. Read more
Source§fn lower_return(obj: Self) -> Result<Self::ReturnType, RustCallError>
fn lower_return(obj: Self) -> Result<Self::ReturnType, RustCallError>
Lower the return value from an scaffolding call Read more
Source§fn handle_failed_lift(
error: LiftArgsError,
) -> Result<Self::ReturnType, RustCallError>
fn handle_failed_lift( error: LiftArgsError, ) -> Result<Self::ReturnType, RustCallError>
Lower the return value for failed argument lifts Read more
Source§impl<UT> TypeId<UT> for MobileGattReassembler
impl<UT> TypeId<UT> for MobileGattReassembler
Auto Trait Implementations§
impl !Freeze for MobileGattReassembler
impl RefUnwindSafe for MobileGattReassembler
impl Send for MobileGattReassembler
impl Sync for MobileGattReassembler
impl Unpin for MobileGattReassembler
impl UnwindSafe for MobileGattReassembler
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more