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