pub struct GpioConfigureInterruptRequest<T0> {
pub config: T0,
}Expand description
The generic type corresponding to GpioConfigureInterruptRequest.
Fields§
§config: T0Trait Implementations§
Source§impl<___E, T0> Encode<GpioConfigureInterruptRequest<'static>, ___E> for GpioConfigureInterruptRequest<T0>where
___E: InternalHandleEncoder + ?Sized + Encoder,
T0: Encode<InterruptConfiguration<'static>, ___E>,
impl<___E, T0> Encode<GpioConfigureInterruptRequest<'static>, ___E> for GpioConfigureInterruptRequest<T0>where
___E: InternalHandleEncoder + ?Sized + Encoder,
T0: Encode<InterruptConfiguration<'static>, ___E>,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<GpioConfigureInterruptRequest<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<GpioConfigureInterruptRequest<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Auto Trait Implementations§
impl<T0> Freeze for GpioConfigureInterruptRequest<T0>where
T0: Freeze,
impl<T0> RefUnwindSafe for GpioConfigureInterruptRequest<T0>where
T0: RefUnwindSafe,
impl<T0> Send for GpioConfigureInterruptRequest<T0>where
T0: Send,
impl<T0> Sync for GpioConfigureInterruptRequest<T0>where
T0: Sync,
impl<T0> Unpin for GpioConfigureInterruptRequest<T0>where
T0: Unpin,
impl<T0> UnsafeUnpin for GpioConfigureInterruptRequest<T0>where
T0: UnsafeUnpin,
impl<T0> UnwindSafe for GpioConfigureInterruptRequest<T0>where
T0: 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]