#[repr(u8)]pub enum Otgarch {
SLAVEMODE = 0,
EXTERNALDMA = 1,
INTERNALDMA = 2,
_RESERVED_3 = 3,
}Variants§
SLAVEMODE = 0
Slave Mode
EXTERNALDMA = 1
External DMA Mode
INTERNALDMA = 2
Internal DMA Mode
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Otgarch
impl Ord for Otgarch
Source§impl PartialOrd for Otgarch
impl PartialOrd for Otgarch
impl Copy for Otgarch
impl Eq for Otgarch
impl StructuralPartialEq for Otgarch
Auto Trait Implementations§
impl Freeze for Otgarch
impl RefUnwindSafe for Otgarch
impl Send for Otgarch
impl Sync for Otgarch
impl Unpin for Otgarch
impl UnwindSafe for Otgarch
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)