pub struct SuspendedPeripheral<T: SuspendablePeripheral> { /* private fields */ }Expand description
A suspended peripheral
Implementations§
Source§impl<T: SuspendablePeripheral> SuspendedPeripheral<T>
impl<T: SuspendablePeripheral> SuspendedPeripheral<T>
Auto Trait Implementations§
impl<T> Freeze for SuspendedPeripheral<T>where
<T as SealedSuspendablePeripheral>::InternalState: Freeze,
impl<T> RefUnwindSafe for SuspendedPeripheral<T>where
<T as SealedSuspendablePeripheral>::InternalState: RefUnwindSafe,
impl<T> Send for SuspendedPeripheral<T>where
<T as SealedSuspendablePeripheral>::InternalState: Send,
impl<T> Sync for SuspendedPeripheral<T>where
<T as SealedSuspendablePeripheral>::InternalState: Sync,
impl<T> Unpin for SuspendedPeripheral<T>where
<T as SealedSuspendablePeripheral>::InternalState: Unpin,
impl<T> UnwindSafe for SuspendedPeripheral<T>where
<T as SealedSuspendablePeripheral>::InternalState: UnwindSafe,
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> ToMutAligned for Twhere
T: ?Sized,
impl<T> ToMutAligned for Twhere
T: ?Sized,
Source§fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
fn to_mut_aligned<A>(&mut self) -> &mut Aligned<A, <T as ToMutAligned>::Element>where
A: Alignment,
Create a type-checked aligned value from a value that is aligned.