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