#[repr(C)]pub struct ClockGetInputResponse {
pub index: Uint32,
}Expand description
The wire type corresponding to ClockGetInputResponse.
Fields§
§index: Uint32Trait Implementations§
Source§impl Clone for ClockGetInputResponse
impl Clone for ClockGetInputResponse
Source§fn clone(&self) -> ClockGetInputResponse
fn clone(&self) -> ClockGetInputResponse
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 ClockGetInputResponse
impl Constrained for ClockGetInputResponse
Source§impl Debug for ClockGetInputResponse
impl Debug for ClockGetInputResponse
Source§impl<___D> Decode<___D> for ClockGetInputResponsewhere
___D: InternalHandleDecoder + ?Sized,
impl<___D> Decode<___D> for ClockGetInputResponsewhere
___D: InternalHandleDecoder + ?Sized,
Source§impl<'a, ___E> Encode<ClockGetInputResponse, ___E> for &'a ClockGetInputResponsewhere
___E: InternalHandleEncoder + ?Sized,
impl<'a, ___E> Encode<ClockGetInputResponse, ___E> for &'a ClockGetInputResponsewhere
___E: InternalHandleEncoder + ?Sized,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<ClockGetInputResponse>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<ClockGetInputResponse>, _: (), ) -> 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<ClockGetInputResponse, ___E> for ClockGetInputResponsewhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<ClockGetInputResponse, ___E> for ClockGetInputResponsewhere
___E: InternalHandleEncoder + ?Sized,
Source§const COPY_OPTIMIZATION: CopyOptimization<Self, ClockGetInputResponse>
const COPY_OPTIMIZATION: CopyOptimization<Self, ClockGetInputResponse>
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<ClockGetInputResponse>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<ClockGetInputResponse>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
Source§impl<___E, T0> Encode<ClockGetInputResponse, ___E> for ClockGetInputResponse<T0>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Uint32, ___E>,
impl<___E, T0> Encode<ClockGetInputResponse, ___E> for ClockGetInputResponse<T0>where
___E: InternalHandleEncoder + ?Sized,
T0: Encode<Uint32, ___E>,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<ClockGetInputResponse>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<ClockGetInputResponse>, _: (), ) -> 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<ClockGetInputResponse> for ClockGetInputResponse
impl FromWire<ClockGetInputResponse> for ClockGetInputResponse
Source§const COPY_OPTIMIZATION: CopyOptimization<ClockGetInputResponse, Self>
const COPY_OPTIMIZATION: CopyOptimization<ClockGetInputResponse, Self>
Source§fn from_wire(wire: ClockGetInputResponse) -> Self
fn from_wire(wire: ClockGetInputResponse) -> Self
Converts the given owned value to this type.
Source§impl FromWireRef<ClockGetInputResponse> for ClockGetInputResponse
impl FromWireRef<ClockGetInputResponse> for ClockGetInputResponse
Source§fn from_wire_ref(wire: &ClockGetInputResponse) -> Self
fn from_wire_ref(wire: &ClockGetInputResponse) -> Self
Converts the given reference to this type.
Source§impl IntoNatural for ClockGetInputResponse
impl IntoNatural for ClockGetInputResponse
Source§type Natural = ClockGetInputResponse
type Natural = ClockGetInputResponse
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 ClockGetInputResponse
impl Wire for ClockGetInputResponse
Source§type Narrowed<'de> = ClockGetInputResponse
type Narrowed<'de> = ClockGetInputResponse
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 ClockGetInputResponse
impl RefUnwindSafe for ClockGetInputResponse
impl Send for ClockGetInputResponse
impl Sync for ClockGetInputResponse
impl Unpin for ClockGetInputResponse
impl UnsafeUnpin for ClockGetInputResponse
impl UnwindSafe for ClockGetInputResponse
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]