pub struct DebugFunctionData {
pub addr: u32,
pub len: u32,
pub name: String,
}
Fields§
§addr: u32
§len: u32
§name: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DebugFunctionData
impl RefUnwindSafe for DebugFunctionData
impl Send for DebugFunctionData
impl Sync for DebugFunctionData
impl Unpin for DebugFunctionData
impl UnwindSafe for DebugFunctionData
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