#[repr(C)]pub struct NET_PHYSICAL_LOCATION_LH {
pub BusNumber: u32,
pub SlotNumber: u32,
pub FunctionNumber: u32,
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
BusNumber: u32
SlotNumber: u32
FunctionNumber: u32
Trait Implementations
impl Clone for NET_PHYSICAL_LOCATION_LH
impl Clone for NET_PHYSICAL_LOCATION_LH
impl Copy for NET_PHYSICAL_LOCATION_LH
Auto Trait Implementations
impl RefUnwindSafe for NET_PHYSICAL_LOCATION_LH
impl Send for NET_PHYSICAL_LOCATION_LH
impl Sync for NET_PHYSICAL_LOCATION_LH
impl Unpin for NET_PHYSICAL_LOCATION_LH
impl UnwindSafe for NET_PHYSICAL_LOCATION_LH
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more