Struct screen_13::driver::FeatureFlags
source · [−]Fields
presentation: boolray_tracing: boolImplementations
sourceimpl FeatureFlags
impl FeatureFlags
pub fn extension_names(&self) -> Vec<*const i8>
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 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