#[repr(C)]pub struct WinExportList {
pub list: *mut WinExport,
pub size: size_t,
}Fields§
§list: *mut WinExport§size: size_tTrait 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
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