Struct esp32_hal::i2s::I2sPeripheral1
source · #[non_exhaustive]pub struct I2sPeripheral1 {}
Trait Implementations§
source§impl Clone for I2sPeripheral1
impl Clone for I2sPeripheral1
source§fn clone(&self) -> I2sPeripheral1
fn clone(&self) -> I2sPeripheral1
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 I2sPeripheral1
Auto Trait Implementations§
impl RefUnwindSafe for I2sPeripheral1
impl Send for I2sPeripheral1
impl Sync for I2sPeripheral1
impl Unpin for I2sPeripheral1
impl UnwindSafe for I2sPeripheral1
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