#[repr(C)]pub struct InputDeviceGetFeatureReportResponse<'de> {
pub report: FeatureReport<'de>,
}Expand description
The wire type corresponding to InputDeviceGetFeatureReportResponse.
Fields§
§report: FeatureReport<'de>Trait Implementations§
Source§impl Constrained for InputDeviceGetFeatureReportResponse<'_>
impl Constrained for InputDeviceGetFeatureReportResponse<'_>
Source§impl<'de> Debug for InputDeviceGetFeatureReportResponse<'de>
impl<'de> Debug for InputDeviceGetFeatureReportResponse<'de>
Source§impl<'de, ___D> Decode<___D> for InputDeviceGetFeatureReportResponse<'de>where
___D: InternalHandleDecoder + ?Sized + Decoder<'de>,
impl<'de, ___D> Decode<___D> for InputDeviceGetFeatureReportResponse<'de>where
___D: InternalHandleDecoder + ?Sized + Decoder<'de>,
Source§impl<'a, ___E> Encode<InputDeviceGetFeatureReportResponse<'static>, ___E> for &'a InputDeviceGetFeatureReportResponsewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
impl<'a, ___E> Encode<InputDeviceGetFeatureReportResponse<'static>, ___E> for &'a InputDeviceGetFeatureReportResponsewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<InputDeviceGetFeatureReportResponse<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<InputDeviceGetFeatureReportResponse<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<___E> Encode<InputDeviceGetFeatureReportResponse<'static>, ___E> for InputDeviceGetFeatureReportResponsewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
impl<___E> Encode<InputDeviceGetFeatureReportResponse<'static>, ___E> for InputDeviceGetFeatureReportResponsewhere
___E: InternalHandleEncoder + ?Sized + Encoder,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<InputDeviceGetFeatureReportResponse<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<InputDeviceGetFeatureReportResponse<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<___E, T0> Encode<InputDeviceGetFeatureReportResponse<'static>, ___E> for InputDeviceGetFeatureReportResponse<T0>where
___E: InternalHandleEncoder + ?Sized + Encoder,
T0: Encode<FeatureReport<'static>, ___E>,
impl<___E, T0> Encode<InputDeviceGetFeatureReportResponse<'static>, ___E> for InputDeviceGetFeatureReportResponse<T0>where
___E: InternalHandleEncoder + ?Sized + Encoder,
T0: Encode<FeatureReport<'static>, ___E>,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<InputDeviceGetFeatureReportResponse<'static>>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<InputDeviceGetFeatureReportResponse<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<'de> FromWire<InputDeviceGetFeatureReportResponse<'de>> for InputDeviceGetFeatureReportResponse
impl<'de> FromWire<InputDeviceGetFeatureReportResponse<'de>> for InputDeviceGetFeatureReportResponse
Source§fn from_wire(wire: InputDeviceGetFeatureReportResponse<'de>) -> Self
fn from_wire(wire: InputDeviceGetFeatureReportResponse<'de>) -> Self
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<InputDeviceGetFeatureReportResponse<'de>> for InputDeviceGetFeatureReportResponse
impl<'de> FromWireRef<InputDeviceGetFeatureReportResponse<'de>> for InputDeviceGetFeatureReportResponse
Source§fn from_wire_ref(wire: &InputDeviceGetFeatureReportResponse<'de>) -> Self
fn from_wire_ref(wire: &InputDeviceGetFeatureReportResponse<'de>) -> Self
Converts the given reference to this type.
Source§impl<'de> IntoNatural for InputDeviceGetFeatureReportResponse<'de>
impl<'de> IntoNatural for InputDeviceGetFeatureReportResponse<'de>
Source§type Natural = InputDeviceGetFeatureReportResponse
type Natural = InputDeviceGetFeatureReportResponse
A good default type for this wire type to convert into.
§fn into_natural(self) -> Self::Natural
fn into_natural(self) -> Self::Natural
Converts this type into its natural equivalent.
Source§impl Wire for InputDeviceGetFeatureReportResponse<'static>
impl Wire for InputDeviceGetFeatureReportResponse<'static>
Source§type Narrowed<'de> = InputDeviceGetFeatureReportResponse<'de>
type Narrowed<'de> = InputDeviceGetFeatureReportResponse<'de>
The narrowed wire type, restricted to the
'de lifetime.Source§fn zero_padding(out_: &mut MaybeUninit<Self>)
fn zero_padding(out_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
Auto Trait Implementations§
impl<'de> Freeze for InputDeviceGetFeatureReportResponse<'de>
impl<'de> RefUnwindSafe for InputDeviceGetFeatureReportResponse<'de>
impl<'de> Send for InputDeviceGetFeatureReportResponse<'de>
impl<'de> Sync for InputDeviceGetFeatureReportResponse<'de>
impl<'de> Unpin for InputDeviceGetFeatureReportResponse<'de>
impl<'de> UnsafeUnpin for InputDeviceGetFeatureReportResponse<'de>
impl<'de> !UnwindSafe for InputDeviceGetFeatureReportResponse<'de>
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]