#[repr(C)]pub struct SpiImplRegisterVmoRequest {
pub chip_select: Uint32,
pub vmo_id: Uint32,
pub vmo: Range,
pub rights: SharedVmoRight,
}Expand description
The wire type corresponding to SpiImplRegisterVmoRequest.
Fields§
§chip_select: Uint32§vmo_id: Uint32§vmo: Range§rights: SharedVmoRightTrait Implementations§
Source§impl Constrained for SpiImplRegisterVmoRequest
impl Constrained for SpiImplRegisterVmoRequest
Source§impl Debug for SpiImplRegisterVmoRequest
impl Debug for SpiImplRegisterVmoRequest
Source§impl<___D> Decode<___D> for SpiImplRegisterVmoRequestwhere
___D: InternalHandleDecoder + ?Sized + HandleDecoder,
impl<___D> Decode<___D> for SpiImplRegisterVmoRequestwhere
___D: InternalHandleDecoder + ?Sized + HandleDecoder,
Source§impl<___E> Encode<SpiImplRegisterVmoRequest, ___E> for SpiImplRegisterVmoRequestwhere
___E: InternalHandleEncoder + ?Sized + HandleEncoder,
impl<___E> Encode<SpiImplRegisterVmoRequest, ___E> for SpiImplRegisterVmoRequestwhere
___E: InternalHandleEncoder + ?Sized + HandleEncoder,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<SpiImplRegisterVmoRequest>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<SpiImplRegisterVmoRequest>, _: (), ) -> 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, T1, T2, T3> Encode<SpiImplRegisterVmoRequest, ___E> for SpiImplRegisterVmoRequest<T0, T1, T2, T3>
impl<___E, T0, T1, T2, T3> Encode<SpiImplRegisterVmoRequest, ___E> for SpiImplRegisterVmoRequest<T0, T1, T2, T3>
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<SpiImplRegisterVmoRequest>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<SpiImplRegisterVmoRequest>, _: (), ) -> 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<SpiImplRegisterVmoRequest> for SpiImplRegisterVmoRequest
impl FromWire<SpiImplRegisterVmoRequest> for SpiImplRegisterVmoRequest
Source§fn from_wire(wire: SpiImplRegisterVmoRequest) -> Self
fn from_wire(wire: SpiImplRegisterVmoRequest) -> Self
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl IntoNatural for SpiImplRegisterVmoRequest
impl IntoNatural for SpiImplRegisterVmoRequest
Source§type Natural = SpiImplRegisterVmoRequest
type Natural = SpiImplRegisterVmoRequest
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 SpiImplRegisterVmoRequest
impl Wire for SpiImplRegisterVmoRequest
Source§type Narrowed<'de> = SpiImplRegisterVmoRequest
type Narrowed<'de> = SpiImplRegisterVmoRequest
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 SpiImplRegisterVmoRequest
impl RefUnwindSafe for SpiImplRegisterVmoRequest
impl Send for SpiImplRegisterVmoRequest
impl Sync for SpiImplRegisterVmoRequest
impl Unpin for SpiImplRegisterVmoRequest
impl UnsafeUnpin for SpiImplRegisterVmoRequest
impl UnwindSafe for SpiImplRegisterVmoRequest
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]