#[repr(C)]pub struct _DEVICE_LOCATION {
pub Socket: DWORD,
pub Slot: DWORD,
pub Adapter: DWORD,
pub Port: DWORD,
pub __bindgen_anon_1: _DEVICE_LOCATION__bindgen_ty_1,
}
Fields§
§Socket: DWORD
§Slot: DWORD
§Adapter: DWORD
§Port: DWORD
§__bindgen_anon_1: _DEVICE_LOCATION__bindgen_ty_1
Trait Implementations§
Source§impl Clone for _DEVICE_LOCATION
impl Clone for _DEVICE_LOCATION
Source§fn clone(&self) -> _DEVICE_LOCATION
fn clone(&self) -> _DEVICE_LOCATION
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 moreimpl Copy for _DEVICE_LOCATION
Auto Trait Implementations§
impl Freeze for _DEVICE_LOCATION
impl RefUnwindSafe for _DEVICE_LOCATION
impl Send for _DEVICE_LOCATION
impl Sync for _DEVICE_LOCATION
impl Unpin for _DEVICE_LOCATION
impl UnwindSafe for _DEVICE_LOCATION
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