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