#[repr(C)]pub struct WinModuleList {
pub list: *mut WinModule,
pub size: size_t,
}
Fields§
§list: *mut WinModule
§size: size_t
Trait Implementations§
Source§impl Clone for WinModuleList
impl Clone for WinModuleList
Source§fn clone(&self) -> WinModuleList
fn clone(&self) -> WinModuleList
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 WinModuleList
impl Debug for WinModuleList
Source§impl Default for WinModuleList
impl Default for WinModuleList
impl Copy for WinModuleList
Auto Trait Implementations§
impl Freeze for WinModuleList
impl RefUnwindSafe for WinModuleList
impl !Send for WinModuleList
impl !Sync for WinModuleList
impl Unpin for WinModuleList
impl UnwindSafe for WinModuleList
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