pub struct SpiImplRegisterVmoRequest {
pub chip_select: u32,
pub vmo_id: u32,
pub vmo: Range,
pub rights: SharedVmoRight,
}Fields§
§chip_select: u32§vmo_id: u32§vmo: Range§rights: SharedVmoRightTrait Implementations§
Source§impl Debug for SpiImplRegisterVmoRequest
impl Debug for SpiImplRegisterVmoRequest
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> EncodeOption<Box<'static, SpiImplRegisterVmoRequest>, ___E> for SpiImplRegisterVmoRequest
impl<___E> EncodeOption<Box<'static, SpiImplRegisterVmoRequest>, ___E> for SpiImplRegisterVmoRequest
Source§fn encode_option(
this: Option<Self>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, SpiImplRegisterVmoRequest>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<Self>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, SpiImplRegisterVmoRequest>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
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 PartialEq for SpiImplRegisterVmoRequest
impl PartialEq for SpiImplRegisterVmoRequest
Source§fn eq(&self, other: &SpiImplRegisterVmoRequest) -> bool
fn eq(&self, other: &SpiImplRegisterVmoRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SpiImplRegisterVmoRequest
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, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§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]