Enum esp32c3_hal::i2s::Standard
source · pub enum Standard {
Philips,
}
Expand description
Supported standards.
Variants§
Philips
Trait Implementations§
source§impl PartialEq for Standard
impl PartialEq for Standard
impl Copy for Standard
impl StructuralPartialEq for Standard
Auto Trait Implementations§
impl RefUnwindSafe for Standard
impl Send for Standard
impl Sync for Standard
impl Unpin for Standard
impl UnwindSafe for Standard
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