#[repr(C)]pub struct SpiImplLockBusRequest {
pub chip_select: u32,
}Fields§
§chip_select: u32Trait Implementations§
Source§impl Clone for SpiImplLockBusRequest
impl Clone for SpiImplLockBusRequest
Source§fn clone(&self) -> SpiImplLockBusRequest
fn clone(&self) -> SpiImplLockBusRequest
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 Debug for SpiImplLockBusRequest
impl Debug for SpiImplLockBusRequest
Source§impl<'a, ___E> Encode<SpiImplLockBusRequest, ___E> for &'a SpiImplLockBusRequestwhere
___E: InternalHandleEncoder + ?Sized,
impl<'a, ___E> Encode<SpiImplLockBusRequest, ___E> for &'a SpiImplLockBusRequestwhere
___E: InternalHandleEncoder + ?Sized,
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<SpiImplLockBusRequest>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<SpiImplLockBusRequest>, _: (), ) -> 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<SpiImplLockBusRequest, ___E> for SpiImplLockBusRequestwhere
___E: InternalHandleEncoder + ?Sized,
impl<___E> Encode<SpiImplLockBusRequest, ___E> for SpiImplLockBusRequestwhere
___E: InternalHandleEncoder + ?Sized,
Source§const COPY_OPTIMIZATION: CopyOptimization<Self, SpiImplLockBusRequest>
const COPY_OPTIMIZATION: CopyOptimization<Self, SpiImplLockBusRequest>
Source§fn encode(
self,
encoder_: &mut ___E,
out_: &mut MaybeUninit<SpiImplLockBusRequest>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder_: &mut ___E, out_: &mut MaybeUninit<SpiImplLockBusRequest>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
Source§impl<'a, ___E> EncodeOption<Box<'static, SpiImplLockBusRequest>, ___E> for &'a SpiImplLockBusRequest
impl<'a, ___E> EncodeOption<Box<'static, SpiImplLockBusRequest>, ___E> for &'a SpiImplLockBusRequest
Source§fn encode_option(
this: Option<Self>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, SpiImplLockBusRequest>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<Self>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, SpiImplLockBusRequest>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
Source§impl<___E> EncodeOption<Box<'static, SpiImplLockBusRequest>, ___E> for SpiImplLockBusRequest
impl<___E> EncodeOption<Box<'static, SpiImplLockBusRequest>, ___E> for SpiImplLockBusRequest
Source§fn encode_option(
this: Option<Self>,
encoder: &mut ___E,
out: &mut MaybeUninit<Box<'static, SpiImplLockBusRequest>>,
_: (),
) -> Result<(), EncodeError>
fn encode_option( this: Option<Self>, encoder: &mut ___E, out: &mut MaybeUninit<Box<'static, SpiImplLockBusRequest>>, _: (), ) -> Result<(), EncodeError>
Encodes this optional value into an encoder and output.
Source§impl FromWire<SpiImplLockBusRequest> for SpiImplLockBusRequest
impl FromWire<SpiImplLockBusRequest> for SpiImplLockBusRequest
Source§const COPY_OPTIMIZATION: CopyOptimization<SpiImplLockBusRequest, Self>
const COPY_OPTIMIZATION: CopyOptimization<SpiImplLockBusRequest, Self>
Source§fn from_wire(wire: SpiImplLockBusRequest) -> Self
fn from_wire(wire: SpiImplLockBusRequest) -> Self
Converts the given owned value to this type.
Source§impl FromWireRef<SpiImplLockBusRequest> for SpiImplLockBusRequest
impl FromWireRef<SpiImplLockBusRequest> for SpiImplLockBusRequest
Source§fn from_wire_ref(wire: &SpiImplLockBusRequest) -> Self
fn from_wire_ref(wire: &SpiImplLockBusRequest) -> Self
Converts the given reference to this type.
Source§impl Hash for SpiImplLockBusRequest
impl Hash for SpiImplLockBusRequest
Source§impl Ord for SpiImplLockBusRequest
impl Ord for SpiImplLockBusRequest
Source§fn cmp(&self, other: &SpiImplLockBusRequest) -> Ordering
fn cmp(&self, other: &SpiImplLockBusRequest) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SpiImplLockBusRequest
impl PartialEq for SpiImplLockBusRequest
Source§fn eq(&self, other: &SpiImplLockBusRequest) -> bool
fn eq(&self, other: &SpiImplLockBusRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SpiImplLockBusRequest
impl PartialOrd for SpiImplLockBusRequest
impl Copy for SpiImplLockBusRequest
impl Eq for SpiImplLockBusRequest
impl StructuralPartialEq for SpiImplLockBusRequest
Auto Trait Implementations§
impl Freeze for SpiImplLockBusRequest
impl RefUnwindSafe for SpiImplLockBusRequest
impl Send for SpiImplLockBusRequest
impl Sync for SpiImplLockBusRequest
impl Unpin for SpiImplLockBusRequest
impl UnsafeUnpin for SpiImplLockBusRequest
impl UnwindSafe for SpiImplLockBusRequest
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, 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, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
§fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
Converts the given reference 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]