#[repr(C)]pub struct DISPLAYCONFIG_DEVICE_INFO_HEADER {
pub type: DISPLAYCONFIG_DEVICE_INFO_TYPE,
pub size: u32,
pub adapterId: LUID,
pub id: u32,
}Fields§
§type: DISPLAYCONFIG_DEVICE_INFO_TYPE§size: u32§adapterId: LUID§id: u32Trait Implementations§
Source§impl Abi for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl Abi for DISPLAYCONFIG_DEVICE_INFO_HEADER
Source§type Abi = DISPLAYCONFIG_DEVICE_INFO_HEADER
type Abi = DISPLAYCONFIG_DEVICE_INFO_HEADER
The abi representation of the implementing type. Read more
type DefaultType = DISPLAYCONFIG_DEVICE_INFO_HEADER
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 DISPLAYCONFIG_DEVICE_INFO_HEADER
impl Clone for DISPLAYCONFIG_DEVICE_INFO_HEADER
Source§fn clone(&self) -> DISPLAYCONFIG_DEVICE_INFO_HEADER
fn clone(&self) -> DISPLAYCONFIG_DEVICE_INFO_HEADER
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 DISPLAYCONFIG_DEVICE_INFO_HEADER
impl Eq for DISPLAYCONFIG_DEVICE_INFO_HEADER
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl RefUnwindSafe for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl Send for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl Sync for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl Unpin for DISPLAYCONFIG_DEVICE_INFO_HEADER
impl UnwindSafe for DISPLAYCONFIG_DEVICE_INFO_HEADER
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