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