pub enum ExportAddressTableEntry {
ExportRVA(u32),
ForwarderRVA(u32),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExportAddressTableEntry
impl RefUnwindSafe for ExportAddressTableEntry
impl Send for ExportAddressTableEntry
impl Sync for ExportAddressTableEntry
impl Unpin for ExportAddressTableEntry
impl UnwindSafe for ExportAddressTableEntry
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