#[repr(transparent)]pub struct BreakAddr(pub u32);Expand description
Breakpoint Address
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for BreakAddr
impl Eq for BreakAddr
impl StructuralPartialEq for BreakAddr
Auto Trait Implementations§
impl Freeze for BreakAddr
impl RefUnwindSafe for BreakAddr
impl Send for BreakAddr
impl Sync for BreakAddr
impl Unpin for BreakAddr
impl UnwindSafe for BreakAddr
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