#[repr(C)]pub struct WinExport {
pub name: *mut c_char,
pub address: u64,
}Fields§
§name: *mut c_char§address: u64Trait 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