pub struct CoffViewer<W> {
pub viewer: BinaryReader<W, LittleEndian>,
}Expand description
COFF 文件查看器,用于读取 COFF 对象
Fields§
§viewer: BinaryReader<W, LittleEndian>Implementations§
Source§impl<W> CoffViewer<W>
impl<W> CoffViewer<W>
Trait Implementations§
Auto Trait Implementations§
impl<W> Freeze for CoffViewer<W>where
W: Freeze,
impl<W> RefUnwindSafe for CoffViewer<W>where
W: RefUnwindSafe,
impl<W> Send for CoffViewer<W>where
W: Send,
impl<W> Sync for CoffViewer<W>where
W: Sync,
impl<W> Unpin for CoffViewer<W>where
W: Unpin,
impl<W> UnwindSafe for CoffViewer<W>where
W: UnwindSafe,
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