Enum stm32_metapac::i3c::vals::Mend
#[repr(u8)]pub enum Mend {
REPEATEDSTART = 0,
STOP = 1,
}
Variants§
REPEATEDSTART = 0
this message from controller is followed by a repeated start (Sr), before another message must be emitted
STOP = 1
this message from controller ends with a stop (P), being the last message of a frame
Implementations§
Trait Implementations§
§impl Ord for Mend
impl Ord for Mend
§impl PartialOrd for Mend
impl PartialOrd for Mend
impl Copy for Mend
impl Eq for Mend
impl StructuralPartialEq for Mend
Auto Trait Implementations§
impl Freeze for Mend
impl RefUnwindSafe for Mend
impl Send for Mend
impl Sync for Mend
impl Unpin for Mend
impl UnwindSafe for Mend
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
)