#[repr(C)]pub struct WinExport {
pub name: *mut i8,
pub address: u64,
}
Fields§
§name: *mut i8
§address: u64
Trait Implementations§
impl Copy for WinExport
Auto Trait Implementations§
impl Freeze for WinExport
impl RefUnwindSafe for WinExport
impl !Send for WinExport
impl !Sync for WinExport
impl Unpin for WinExport
impl UnwindSafe for WinExport
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