Struct windows_sys::Devices::Display::Core::DisplayScanoutOptions
[−]#[repr(transparent)]pub struct DisplayScanoutOptions(pub u32);
Expand description
Required features: ‘Devices_Display_Core’
Tuple Fields
0: u32
Implementations
impl DisplayScanoutOptions
impl DisplayScanoutOptions
pub const None: Self
pub const AllowTearing: Self
Trait Implementations
impl Clone for DisplayScanoutOptions
impl Clone for DisplayScanoutOptions
impl Copy for DisplayScanoutOptions
Auto Trait Implementations
impl RefUnwindSafe for DisplayScanoutOptions
impl Send for DisplayScanoutOptions
impl Sync for DisplayScanoutOptions
impl Unpin for DisplayScanoutOptions
impl UnwindSafe for DisplayScanoutOptions
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