#[repr(C)]pub struct _MONITOR_INFO_2A {
pub pName: LPSTR,
pub pEnvironment: LPSTR,
pub pDLLName: LPSTR,
}Fields§
§pName: LPSTR§pEnvironment: LPSTR§pDLLName: LPSTRTrait Implementations§
Source§impl Clone for _MONITOR_INFO_2A
impl Clone for _MONITOR_INFO_2A
Source§fn clone(&self) -> _MONITOR_INFO_2A
fn clone(&self) -> _MONITOR_INFO_2A
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 _MONITOR_INFO_2A
impl Debug for _MONITOR_INFO_2A
impl Copy for _MONITOR_INFO_2A
Auto Trait Implementations§
impl Freeze for _MONITOR_INFO_2A
impl RefUnwindSafe for _MONITOR_INFO_2A
impl !Send for _MONITOR_INFO_2A
impl !Sync for _MONITOR_INFO_2A
impl Unpin for _MONITOR_INFO_2A
impl UnwindSafe for _MONITOR_INFO_2A
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