pub struct RCA<Ext>(_, _);
Expand description
Relative Card Address (RCA)
R6
Implementations
Trait Implementations
sourceimpl From<u16> for RCA<EMMC>
impl From<u16> for RCA<EMMC>
eMMC hosts need to be able to create relative card addresses so that they can be assigned to devices. SD hosts only ever retrieve RCAs from 32-bit card responses.
impl<Ext: Copy> Copy for RCA<Ext>
Auto Trait Implementations
impl<Ext> RefUnwindSafe for RCA<Ext> where
Ext: RefUnwindSafe,
impl<Ext> Send for RCA<Ext> where
Ext: Send,
impl<Ext> Sync for RCA<Ext> where
Ext: Sync,
impl<Ext> Unpin for RCA<Ext> where
Ext: Unpin,
impl<Ext> UnwindSafe for RCA<Ext> where
Ext: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more