#[repr(C)]pub struct DISPLAYCONFIG_SET_TARGET_PERSISTENCE {
pub header: DISPLAYCONFIG_DEVICE_INFO_HEADER,
pub Anonymous: DISPLAYCONFIG_SET_TARGET_PERSISTENCE_0,
}
Expand description
Required features: "Win32_Devices_Display"
, "Win32_Foundation"
Fields
header: DISPLAYCONFIG_DEVICE_INFO_HEADER
Anonymous: DISPLAYCONFIG_SET_TARGET_PERSISTENCE_0
Trait Implementations
impl Copy for DISPLAYCONFIG_SET_TARGET_PERSISTENCE
Auto Trait Implementations
impl RefUnwindSafe for DISPLAYCONFIG_SET_TARGET_PERSISTENCE
impl Send for DISPLAYCONFIG_SET_TARGET_PERSISTENCE
impl Sync for DISPLAYCONFIG_SET_TARGET_PERSISTENCE
impl Unpin for DISPLAYCONFIG_SET_TARGET_PERSISTENCE
impl UnwindSafe for DISPLAYCONFIG_SET_TARGET_PERSISTENCE
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