Struct windows_sys::Devices::Display::Core::DisplaySourceStatus
[−]#[repr(transparent)]pub struct DisplaySourceStatus(pub i32);
Expand description
Required features: "Devices_Display_Core"
Tuple Fields
0: i32
Implementations
impl DisplaySourceStatus
impl DisplaySourceStatus
pub const Active: Self = Self(0i32)
pub const PoweredOff: Self = Self(1i32)
pub const Invalid: Self = Self(2i32)
pub const OwnedByAnotherDevice: Self = Self(3i32)
pub const Unowned: Self = Self(4i32)
Trait Implementations
impl Clone for DisplaySourceStatus
impl Clone for DisplaySourceStatus
impl Copy for DisplaySourceStatus
Auto Trait Implementations
impl RefUnwindSafe for DisplaySourceStatus
impl Send for DisplaySourceStatus
impl Sync for DisplaySourceStatus
impl Unpin for DisplaySourceStatus
impl UnwindSafe for DisplaySourceStatus
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