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