Struct chrome_remote_interface_model::system_info::GpuInfo [−][src]
Provides information about the GPU(s) on the system.
Implementations
impl GpuInfo[src]
pub fn builder() -> GpuInfoBuilder[src]
pub fn devices(&self) -> &[GpuDevice]ⓘ[src]
The graphics devices on the system. Element 0 is the primary GPU.
pub fn aux_attributes(&self) -> Option<&GpuInfoAuxAttributes>[src]
An optional dictionary of additional GPU related attributes.
pub fn feature_status(&self) -> Option<&GpuInfoFeatureStatus>[src]
An optional dictionary of graphics features and their status.
pub fn driver_bug_workarounds(&self) -> &[String]ⓘ[src]
An optional array of GPU driver bug workarounds.
pub fn video_decoding(&self) -> &[VideoDecodeAcceleratorCapability]ⓘ[src]
Supported accelerated video decoding capabilities.
pub fn video_encoding(&self) -> &[VideoEncodeAcceleratorCapability]ⓘ[src]
Supported accelerated video encoding capabilities.
pub fn image_decoding(&self) -> &[ImageDecodeAcceleratorCapability]ⓘ[src]
Supported accelerated image decoding capabilities.
Trait Implementations
impl Clone for GpuInfo[src]
impl Debug for GpuInfo[src]
impl<'de> Deserialize<'de> for GpuInfo[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for GpuInfo[src]
Auto Trait Implementations
impl RefUnwindSafe for GpuInfo[src]
impl Send for GpuInfo[src]
impl Sync for GpuInfo[src]
impl Unpin for GpuInfo[src]
impl UnwindSafe for GpuInfo[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,