pub struct SdInfoReq;Expand description
sd_info_req() (Table 31): Host → CICAM, header-only.
Trait Implementations§
impl Copy for SdInfoReq
impl Eq for SdInfoReq
Source§impl Serialize for SdInfoReq
impl Serialize for SdInfoReq
Source§type Error = Error
type Error = Error
The error type this implementer returns (usually the same as the
corresponding
Parse impl, but need not be).Source§fn serialized_len(&self) -> usize
fn serialized_len(&self) -> usize
Number of bytes
serialize_into will write.impl StructuralPartialEq for SdInfoReq
Auto Trait Implementations§
impl Freeze for SdInfoReq
impl RefUnwindSafe for SdInfoReq
impl Send for SdInfoReq
impl Sync for SdInfoReq
impl Unpin for SdInfoReq
impl UnsafeUnpin for SdInfoReq
impl UnwindSafe for SdInfoReq
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