#[repr(C)]pub struct WinProcList {
pub list: *mut WinProc,
pub size: u32,
}Fields§
§list: *mut WinProc§size: u32Trait 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 · 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 WinProcList
impl Debug for WinProcList
Source§impl Default for WinProcList
impl Default for WinProcList
Source§fn default() -> WinProcList
fn default() -> WinProcList
Returns the “default value” for a type. Read more
impl Copy for WinProcList
Auto Trait Implementations§
impl Freeze for WinProcList
impl RefUnwindSafe for WinProcList
impl !Send for WinProcList
impl !Sync for WinProcList
impl Unpin 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