pub struct I2s3<State = Enabled> {
pub _state: State,
/* private fields */
}Fields§
§_state: StateTrait Implementations§
impl I2s for I2s3
impl<PIO: PinId> I2sSdaPin<PIO, I2s3> for Pin<PIO, Special<FC3_RXD_SDA_MOSI_DATA>>
impl<PIO: PinId> I2sWsPin<PIO, I2s3> for Pin<PIO, Special<FC3_TXD_SCL_MISO_WS>>
Auto Trait Implementations§
impl<State> Freeze for I2s3<State>where
State: Freeze,
impl<State> RefUnwindSafe for I2s3<State>where
State: RefUnwindSafe,
impl<State> Send for I2s3<State>where
State: Send,
impl<State = Enabled> !Sync for I2s3<State>
impl<State> Unpin for I2s3<State>where
State: Unpin,
impl<State> UnwindSafe for I2s3<State>where
State: 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