Struct Dir
#[repr(transparent)]pub struct Dir(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Dir
impl Dir
pub const PERIPHERALTOMEMORY: Self
pub const PERIPHERALTOMEMORY: Self
Peripheral-to-memory
pub const MEMORYTOPERIPHERAL: Self
pub const MEMORYTOPERIPHERAL: Self
Memory-to-peripheral
pub const MEMORYTOMEMORY: Self
pub const MEMORYTOMEMORY: Self
Memory-to-memory
Trait Implementations§
§impl Ord for Dir
impl Ord for Dir
§impl PartialOrd for Dir
impl PartialOrd for Dir
impl Copy for Dir
impl Eq for Dir
impl StructuralPartialEq for Dir
Auto Trait Implementations§
impl Freeze for Dir
impl RefUnwindSafe for Dir
impl Send for Dir
impl Sync for Dir
impl Unpin for Dir
impl UnwindSafe for Dir
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