#[repr(C)]pub struct WinExportList {
pub list: *mut WinExport,
pub size: u64,
}Fields§
§list: *mut WinExport§size: u64Trait Implementations§
Source§impl Clone for WinExportList
impl Clone for WinExportList
Source§fn clone(&self) -> WinExportList
fn clone(&self) -> WinExportList
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WinExportList
impl Debug for WinExportList
Source§impl Default for WinExportList
impl Default for WinExportList
Source§fn default() -> WinExportList
fn default() -> WinExportList
Returns the “default value” for a type. Read more
impl Copy for WinExportList
Auto Trait Implementations§
impl Freeze for WinExportList
impl RefUnwindSafe for WinExportList
impl !Send for WinExportList
impl !Sync for WinExportList
impl Unpin for WinExportList
impl UnwindSafe for WinExportList
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