pub struct IoBar<T0, T1> {
pub address: T0,
pub resource: T1,
}Expand description
The generic type corresponding to IoBar.
Fields§
§address: T0§resource: T1Trait Implementations§
Source§impl<___E, T0, T1> Encode<IoBar, ___E> for IoBar<T0, T1>where
___E: InternalHandleEncoder + ?Sized + HandleEncoder,
T0: Encode<Uint64, ___E>,
T1: Encode<Resource, ___E>,
impl<___E, T0, T1> Encode<IoBar, ___E> for IoBar<T0, T1>where
___E: InternalHandleEncoder + ?Sized + HandleEncoder,
T0: Encode<Uint64, ___E>,
T1: Encode<Resource, ___E>,
Auto Trait Implementations§
impl<T0, T1> Freeze for IoBar<T0, T1>
impl<T0, T1> RefUnwindSafe for IoBar<T0, T1>where
T0: RefUnwindSafe,
T1: RefUnwindSafe,
impl<T0, T1> Send for IoBar<T0, T1>
impl<T0, T1> Sync for IoBar<T0, T1>
impl<T0, T1> Unpin for IoBar<T0, T1>
impl<T0, T1> UnsafeUnpin for IoBar<T0, T1>where
T0: UnsafeUnpin,
T1: UnsafeUnpin,
impl<T0, T1> UnwindSafe for IoBar<T0, T1>where
T0: UnwindSafe,
T1: UnwindSafe,
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]