Struct esp32c3_hal::i2s::I2sPeripheral0
source · #[non_exhaustive]pub struct I2sPeripheral0 {}
Trait Implementations§
source§impl Clone for I2sPeripheral0
impl Clone for I2sPeripheral0
source§fn clone(&self) -> I2sPeripheral0
fn clone(&self) -> I2sPeripheral0
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl RegisterAccess for I2sPeripheral0
Auto Trait Implementations§
impl RefUnwindSafe for I2sPeripheral0
impl Send for I2sPeripheral0
impl Sync for I2sPeripheral0
impl Unpin for I2sPeripheral0
impl UnwindSafe for I2sPeripheral0
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