Struct IP_INTERFACE_NAME_INFO_W2KSP1
#[repr(C)]pub struct IP_INTERFACE_NAME_INFO_W2KSP1 {
pub Index: u32,
pub MediaType: u32,
pub ConnectionType: u8,
pub AccessType: u8,
pub DeviceGuid: GUID,
pub InterfaceGuid: GUID,
}Fields§
§Index: u32§MediaType: u32§ConnectionType: u8§AccessType: u8§DeviceGuid: GUID§InterfaceGuid: GUIDTrait Implementations§
§impl Clone for IP_INTERFACE_NAME_INFO_W2KSP1
impl Clone for IP_INTERFACE_NAME_INFO_W2KSP1
§fn clone(&self) -> IP_INTERFACE_NAME_INFO_W2KSP1
fn clone(&self) -> IP_INTERFACE_NAME_INFO_W2KSP1
Returns a copy 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 more§impl Debug for IP_INTERFACE_NAME_INFO_W2KSP1
impl Debug for IP_INTERFACE_NAME_INFO_W2KSP1
§impl Default for IP_INTERFACE_NAME_INFO_W2KSP1
impl Default for IP_INTERFACE_NAME_INFO_W2KSP1
§impl PartialEq for IP_INTERFACE_NAME_INFO_W2KSP1
impl PartialEq for IP_INTERFACE_NAME_INFO_W2KSP1
impl Copy for IP_INTERFACE_NAME_INFO_W2KSP1
impl StructuralPartialEq for IP_INTERFACE_NAME_INFO_W2KSP1
Auto Trait Implementations§
impl Freeze for IP_INTERFACE_NAME_INFO_W2KSP1
impl RefUnwindSafe for IP_INTERFACE_NAME_INFO_W2KSP1
impl Send for IP_INTERFACE_NAME_INFO_W2KSP1
impl Sync for IP_INTERFACE_NAME_INFO_W2KSP1
impl Unpin for IP_INTERFACE_NAME_INFO_W2KSP1
impl UnwindSafe for IP_INTERFACE_NAME_INFO_W2KSP1
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