pub struct AdapterInfo {
pub name: String,
pub driver_name: String,
pub driver_info: String,
pub device_type: PhysicalDeviceType,
pub supports_decoding: bool,
pub supports_encoding: bool,
pub device_properties: PhysicalDeviceProperties,
pub decode_capabilities: DecodeCapabilities,
pub encode_capabilities: EncodeCapabilities,
}👎Deprecated since 0.3.1:
This crate has been renamed. Please migrate to gpu-video.
Fields§
§name: String👎Deprecated since 0.3.1:
§This crate has been renamed. Please migrate to gpu-video.
driver_name: String👎Deprecated since 0.3.1:
§This crate has been renamed. Please migrate to gpu-video.
driver_info: String👎Deprecated since 0.3.1:
§This crate has been renamed. Please migrate to gpu-video.
device_type: PhysicalDeviceType👎Deprecated since 0.3.1:
§This crate has been renamed. Please migrate to gpu-video.
supports_decoding: bool👎Deprecated since 0.3.1:
§This crate has been renamed. Please migrate to gpu-video.
supports_encoding: bool👎Deprecated since 0.3.1:
§This crate has been renamed. Please migrate to gpu-video.
device_properties: PhysicalDeviceProperties👎Deprecated since 0.3.1:
§This crate has been renamed. Please migrate to gpu-video.
decode_capabilities: DecodeCapabilities👎Deprecated since 0.3.1:
§This crate has been renamed. Please migrate to gpu-video.
encode_capabilities: EncodeCapabilities👎Deprecated since 0.3.1:
This crate has been renamed. Please migrate to gpu-video.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdapterInfo
impl RefUnwindSafe for AdapterInfo
impl Send for AdapterInfo
impl Sync for AdapterInfo
impl Unpin for AdapterInfo
impl UnsafeUnpin for AdapterInfo
impl UnwindSafe for AdapterInfo
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