#[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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for WinExportList
Source§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
Auto Trait Implementations§
impl !Send for WinExportList
impl !Sync for WinExportList
impl Freeze for WinExportList
impl RefUnwindSafe for WinExportList
impl Unpin for WinExportList
impl UnsafeUnpin 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