#[repr(C)]pub struct DISPLAYCONFIG_TARGET_PREFERRED_MODE {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub width: u32,
pub height: u32,
pub targetMode: DISPLAYCONFIG_TARGET_MODE,
}
Fields§
§header: DISPLAYCONFIG_DEVICE_INFO_HEADER
§width: u32
§height: u32
§targetMode: DISPLAYCONFIG_TARGET_MODE
Trait Implementations§
§impl Clone for DISPLAYCONFIG_TARGET_PREFERRED_MODE
impl Clone for DISPLAYCONFIG_TARGET_PREFERRED_MODE
§fn clone(&self) -> DISPLAYCONFIG_TARGET_PREFERRED_MODE
fn clone(&self) -> DISPLAYCONFIG_TARGET_PREFERRED_MODE
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_TARGET_PREFERRED_MODE
Auto Trait Implementations§
impl Freeze for DISPLAYCONFIG_TARGET_PREFERRED_MODE
impl RefUnwindSafe for DISPLAYCONFIG_TARGET_PREFERRED_MODE
impl Send for DISPLAYCONFIG_TARGET_PREFERRED_MODE
impl Sync for DISPLAYCONFIG_TARGET_PREFERRED_MODE
impl Unpin for DISPLAYCONFIG_TARGET_PREFERRED_MODE
impl UnwindSafe for DISPLAYCONFIG_TARGET_PREFERRED_MODE
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)