#[repr(C)]pub struct DEVICE_LOCATION {
pub Socket: u32,
pub Slot: u32,
pub Adapter: u32,
pub Port: u32,
pub Anonymous: DEVICE_LOCATION_0,
}Fields§
§Socket: u32§Slot: u32§Adapter: u32§Port: u32§Anonymous: DEVICE_LOCATION_0Trait Implementations§
Source§impl Abi for DEVICE_LOCATION
impl Abi for DEVICE_LOCATION
Source§type Abi = DEVICE_LOCATION
type Abi = DEVICE_LOCATION
The abi representation of the implementing type. Read more
type DefaultType = DEVICE_LOCATION
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for DEVICE_LOCATION
impl Clone for DEVICE_LOCATION
Source§fn clone(&self) -> DEVICE_LOCATION
fn clone(&self) -> DEVICE_LOCATION
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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
impl Eq 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 UnsafeUnpin 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