Enum stm32_metapac::spi::vals::Isstd
#[repr(u8)]pub enum Isstd {
PHILIPS = 0,
MSB = 1,
LSB = 2,
PCM = 3,
}
Variants§
PHILIPS = 0
I2S Philips standard
MSB = 1
MSB justified standard
LSB = 2
LSB justified standard
PCM = 3
PCM standard
Implementations§
Trait Implementations§
§impl Ord for Isstd
impl Ord for Isstd
§impl PartialOrd for Isstd
impl PartialOrd for Isstd
impl Copy for Isstd
impl Eq for Isstd
impl StructuralPartialEq for Isstd
Auto Trait Implementations§
impl Freeze for Isstd
impl RefUnwindSafe for Isstd
impl Send for Isstd
impl Sync for Isstd
impl Unpin for Isstd
impl UnwindSafe for Isstd
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)