Struct windows_sys::Devices::Display::Core::DisplayTargetPersistence
[−]#[repr(transparent)]pub struct DisplayTargetPersistence(pub i32);Expand description
Required features: ‘Devices_Display_Core’
Tuple Fields
0: i32Implementations
impl DisplayTargetPersistence
impl DisplayTargetPersistence
pub const None: Self
pub const BootPersisted: Self
pub const TemporaryPersisted: Self
pub const PathPersisted: Self
Trait Implementations
impl Clone for DisplayTargetPersistence
impl Clone for DisplayTargetPersistence
impl Copy for DisplayTargetPersistence
Auto Trait Implementations
impl RefUnwindSafe for DisplayTargetPersistence
impl Send for DisplayTargetPersistence
impl Sync for DisplayTargetPersistence
impl Unpin for DisplayTargetPersistence
impl UnwindSafe for DisplayTargetPersistence
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more