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