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