pub struct TargetSel(/* private fields */);Expand description
ARM Debug Port RDBUFF register data
Implementations§
Trait Implementations§
impl Copy for TargetSel
impl Eq for TargetSel
impl StructuralPartialEq for TargetSel
Auto Trait Implementations§
impl Freeze for TargetSel
impl RefUnwindSafe for TargetSel
impl Send for TargetSel
impl Sync for TargetSel
impl Unpin for TargetSel
impl UnsafeUnpin for TargetSel
impl UnwindSafe for TargetSel
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