#[repr(C)]pub struct InputDeviceGetInputReportsReaderV2Response {
pub max_unacknowledged_reports: Uint16,
}Expand description
The wire type corresponding to InputDeviceGetInputReportsReaderV2Response.
Fields§
§max_unacknowledged_reports: Uint16Trait Implementations§
Source§impl Clone for InputDeviceGetInputReportsReaderV2Response
impl Clone for InputDeviceGetInputReportsReaderV2Response
Source§fn clone(&self) -> InputDeviceGetInputReportsReaderV2Response
fn clone(&self) -> InputDeviceGetInputReportsReaderV2Response
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Constrained for InputDeviceGetInputReportsReaderV2Response
impl Constrained for InputDeviceGetInputReportsReaderV2Response
Source§impl<___D> Decode<___D> for InputDeviceGetInputReportsReaderV2Responsewhere
___D: InternalHandleDecoder + ?Sized,
impl<___D> Decode<___D> for InputDeviceGetInputReportsReaderV2Responsewhere
___D: InternalHandleDecoder + ?Sized,
Source§impl<___E> Encode<InputDeviceGetInputReportsReaderV2Response, ___E> for InputDeviceGetInputReportsReaderV2Responsewhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<InputDeviceGetInputReportsReaderV2Response, ___E> for InputDeviceGetInputReportsReaderV2Responsewhere
___E: InternalHandleEncoder + ?Sized,
Source§const COPY_OPTIMIZATION: CopyOptimization<Self, InputDeviceGetInputReportsReaderV2Response>
const COPY_OPTIMIZATION: CopyOptimization<Self, InputDeviceGetInputReportsReaderV2Response>
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<InputDeviceGetInputReportsReaderV2Response>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<InputDeviceGetInputReportsReaderV2Response>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
Source§impl<'a, ___E> Encode<InputDeviceGetInputReportsReaderV2Response, ___E> for &'a InputDeviceGetInputReportsReaderV2Responsewhere
___E: InternalHandleEncoder + ?Sized,
impl<'a, ___E> Encode<InputDeviceGetInputReportsReaderV2Response, ___E> for &'a InputDeviceGetInputReportsReaderV2Responsewhere
___E: InternalHandleEncoder + ?Sized,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<InputDeviceGetInputReportsReaderV2Response>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<InputDeviceGetInputReportsReaderV2Response>, _: (), ) -> 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<InputDeviceGetInputReportsReaderV2Response, ___E> for InputDeviceGetInputReportsReaderV2Response<T0>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Uint16, ___E>,
impl<___E, T0> Encode<InputDeviceGetInputReportsReaderV2Response, ___E> for InputDeviceGetInputReportsReaderV2Response<T0>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Uint16, ___E>,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<InputDeviceGetInputReportsReaderV2Response>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<InputDeviceGetInputReportsReaderV2Response>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl FromWire<InputDeviceGetInputReportsReaderV2Response> for InputDeviceGetInputReportsReaderV2Response
impl FromWire<InputDeviceGetInputReportsReaderV2Response> for InputDeviceGetInputReportsReaderV2Response
Source§const COPY_OPTIMIZATION: CopyOptimization<InputDeviceGetInputReportsReaderV2Response, Self>
const COPY_OPTIMIZATION: CopyOptimization<InputDeviceGetInputReportsReaderV2Response, Self>
Source§fn from_wire(wire: InputDeviceGetInputReportsReaderV2Response) -> Self
fn from_wire(wire: InputDeviceGetInputReportsReaderV2Response) -> Self
Converts the given owned value to this type.
Source§impl FromWireRef<InputDeviceGetInputReportsReaderV2Response> for InputDeviceGetInputReportsReaderV2Response
impl FromWireRef<InputDeviceGetInputReportsReaderV2Response> for InputDeviceGetInputReportsReaderV2Response
Source§fn from_wire_ref(wire: &InputDeviceGetInputReportsReaderV2Response) -> Self
fn from_wire_ref(wire: &InputDeviceGetInputReportsReaderV2Response) -> Self
Converts the given reference to this type.
Source§impl IntoNatural for InputDeviceGetInputReportsReaderV2Response
impl IntoNatural for InputDeviceGetInputReportsReaderV2Response
Source§type Natural = InputDeviceGetInputReportsReaderV2Response
type Natural = InputDeviceGetInputReportsReaderV2Response
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 InputDeviceGetInputReportsReaderV2Response
impl Wire for InputDeviceGetInputReportsReaderV2Response
Source§type Narrowed<'de> = InputDeviceGetInputReportsReaderV2Response
type Narrowed<'de> = InputDeviceGetInputReportsReaderV2Response
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 Freeze for InputDeviceGetInputReportsReaderV2Response
impl RefUnwindSafe for InputDeviceGetInputReportsReaderV2Response
impl Send for InputDeviceGetInputReportsReaderV2Response
impl Sync for InputDeviceGetInputReportsReaderV2Response
impl Unpin for InputDeviceGetInputReportsReaderV2Response
impl UnsafeUnpin for InputDeviceGetInputReportsReaderV2Response
impl UnwindSafe for InputDeviceGetInputReportsReaderV2Response
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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]