pub enum DynLength {}
👎Deprecated since 0.19.0: spi_future is deprecated and will be removed in a later version of atsamd_hal. Consider using the
async
APIs available in the spi
module as a replacement.Expand description
This type is not present with the selected feature set, defined for documentation only
Auto Trait Implementations§
impl Freeze for DynLength
impl RefUnwindSafe for DynLength
impl Send for DynLength
impl Sync for DynLength
impl Unpin for DynLength
impl UnwindSafe for DynLength
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