Struct screen_13::prelude::FeatureFlags
source · [−]Expand description
Describes optional features of a device.
Fields
presentation: boolThe ability to present to the display.
ray_tracing: boolThe ability to use ray tracing.
Auto Trait Implementations
impl RefUnwindSafe for FeatureFlags
impl Send for FeatureFlags
impl Sync for FeatureFlags
impl Unpin for FeatureFlags
impl UnwindSafe for FeatureFlags
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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