Enum stm32_metapac::usart::vals::Dep
#[repr(u8)]pub enum Dep {
HIGH = 0,
LOW = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Dep
impl Ord for Dep
§impl PartialOrd for Dep
impl PartialOrd for Dep
impl Copy for Dep
impl Eq for Dep
impl StructuralPartialEq for Dep
Auto Trait Implementations§
impl Freeze for Dep
impl RefUnwindSafe for Dep
impl Send for Dep
impl Sync for Dep
impl Unpin for Dep
impl UnwindSafe for Dep
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
)