Struct std::sys::personality::dwarf::DwarfReader
source · pub struct DwarfReader {
pub ptr: *const u8,
}
Fields§
§ptr: *const u8
Implementations§
source§impl DwarfReader
impl DwarfReader
pub fn new(ptr: *const u8) -> DwarfReader
pub unsafe fn read<T: Copy>(&mut self) -> T
pub unsafe fn read_uleb128(&mut self) -> u64
pub unsafe fn read_sleb128(&mut self) -> i64
Auto Trait Implementations§
impl RefUnwindSafe for DwarfReader
impl !Send for DwarfReader
impl !Sync for DwarfReader
impl Unpin for DwarfReader
impl UnwindSafe for DwarfReader
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