pub struct SdmmcHostCap { /* private fields */ }Expand description
The wire type corresponding to SdmmcHostCap.
Trait Implementations§
Source§impl Clone for SdmmcHostCap
impl Clone for SdmmcHostCap
Source§fn clone(&self) -> SdmmcHostCap
fn clone(&self) -> SdmmcHostCap
Returns a duplicate of the value. Read more
1.0.0 · 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 SdmmcHostCap
impl Constrained for SdmmcHostCap
Source§impl Debug for SdmmcHostCap
impl Debug for SdmmcHostCap
Source§impl<___D> Decode<___D> for SdmmcHostCapwhere
___D: ?Sized,
impl<___D> Decode<___D> for SdmmcHostCapwhere
___D: ?Sized,
Source§impl<'a, ___E> Encode<SdmmcHostCap, ___E> for &'a SdmmcHostCapwhere
___E: ?Sized,
impl<'a, ___E> Encode<SdmmcHostCap, ___E> for &'a SdmmcHostCapwhere
___E: ?Sized,
Source§fn encode(
self,
_: &mut ___E,
out: &mut MaybeUninit<SdmmcHostCap>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, _: &mut ___E, out: &mut MaybeUninit<SdmmcHostCap>, _: (), ) -> 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<SdmmcHostCap, ___E> for SdmmcHostCapwhere
___E: ?Sized,
impl<___E> Encode<SdmmcHostCap, ___E> for SdmmcHostCapwhere
___E: ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<SdmmcHostCap>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<SdmmcHostCap>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl From<SdmmcHostCap> for SdmmcHostCap
impl From<SdmmcHostCap> for SdmmcHostCap
Source§fn from(wire: SdmmcHostCap) -> Self
fn from(wire: SdmmcHostCap) -> Self
Converts to this type from the input type.
Source§impl From<SdmmcHostCap> for SdmmcHostCap
impl From<SdmmcHostCap> for SdmmcHostCap
Source§fn from(natural: SdmmcHostCap) -> Self
fn from(natural: SdmmcHostCap) -> Self
Converts to this type from the input type.
Source§impl FromWire<SdmmcHostCap> for SdmmcHostCap
impl FromWire<SdmmcHostCap> for SdmmcHostCap
Source§fn from_wire(wire: SdmmcHostCap) -> Self
fn from_wire(wire: SdmmcHostCap) -> Self
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<SdmmcHostCap> for SdmmcHostCap
impl FromWireRef<SdmmcHostCap> for SdmmcHostCap
Source§fn from_wire_ref(wire: &SdmmcHostCap) -> Self
fn from_wire_ref(wire: &SdmmcHostCap) -> Self
Converts the given reference to this type.
Source§impl IntoNatural for SdmmcHostCap
impl IntoNatural for SdmmcHostCap
Source§type Natural = SdmmcHostCap
type Natural = SdmmcHostCap
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 SdmmcHostCap
impl Wire for SdmmcHostCap
Source§type Narrowed<'de> = SdmmcHostCap
type Narrowed<'de> = SdmmcHostCap
The narrowed wire type, restricted to the
'de lifetime.Source§fn zero_padding(_: &mut MaybeUninit<Self>)
fn zero_padding(_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Copy for SdmmcHostCap
Auto Trait Implementations§
impl Freeze for SdmmcHostCap
impl RefUnwindSafe for SdmmcHostCap
impl Send for SdmmcHostCap
impl Sync for SdmmcHostCap
impl Unpin for SdmmcHostCap
impl UnwindSafe for SdmmcHostCap
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]