Struct cros_libva::Config
source · pub struct Config { /* private fields */ }Expand description
A configuration for a given Display.
Implementations§
source§impl Config
impl Config
sourcepub fn query_surface_attributes_by_type(
&mut self,
attr_type: Type,
) -> Result<Vec<GenericValue>, QuerySurfaceAttributesError>
pub fn query_surface_attributes_by_type( &mut self, attr_type: Type, ) -> Result<Vec<GenericValue>, QuerySurfaceAttributesError>
Query the surface attributes of type attr_type. The attribute may or may not be defined by
the driver.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Config
impl RefUnwindSafe for Config
impl !Send for Config
impl !Sync for Config
impl Unpin for Config
impl UnwindSafe for Config
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more