Struct Dir
#[repr(transparent)]pub struct Dir(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Dir
impl Dir
pub const FROMPERIPHERAL: Self
pub const FROMPERIPHERAL: Self
Read from peripheral
pub const FROMMEMORY: Self
pub const FROMMEMORY: Self
Read from 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