Enum stm32_metapac::otg::vals::Dpid
#[repr(u8)]pub enum Dpid {
DATA0 = 0,
DATA2 = 1,
DATA1 = 2,
MDATA = 3,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Dpid
impl Ord for Dpid
§impl PartialOrd for Dpid
impl PartialOrd for Dpid
impl Copy for Dpid
impl Eq for Dpid
impl StructuralPartialEq for Dpid
Auto Trait Implementations§
impl Freeze for Dpid
impl RefUnwindSafe for Dpid
impl Send for Dpid
impl Sync for Dpid
impl Unpin for Dpid
impl UnwindSafe for Dpid
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
)