Enum stm32_metapac::eth::vals::St
#[repr(u8)]pub enum St {
STOPPED = 0,
STARTED = 1,
}
Variants§
STOPPED = 0
Transmission is placed in the Stopped state
STARTED = 1
Transmission is placed in Running state
Implementations§
Trait Implementations§
§impl Ord for St
impl Ord for St
§impl PartialOrd for St
impl PartialOrd for St
impl Copy for St
impl Eq for St
impl StructuralPartialEq for St
Auto Trait Implementations§
impl Freeze for St
impl RefUnwindSafe for St
impl Send for St
impl Sync for St
impl Unpin for St
impl UnwindSafe for St
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
)