pub enum DIRW {
FROMPERIPHERAL,
FROMMEMORY,
}
Expand description
Values that can be written to the field DIR
Variants§
Auto Trait Implementations§
impl Freeze for DIRW
impl RefUnwindSafe for DIRW
impl Send for DIRW
impl Sync for DIRW
impl Unpin for DIRW
impl UnwindSafe for DIRW
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