pub struct AdapterPropertiesWGPU {
pub backend_type: Option<BackendType>,
}Fields§
§backend_type: Option<BackendType>Implementations§
Trait Implementations§
Source§impl Default for AdapterPropertiesWGPU
impl Default for AdapterPropertiesWGPU
Source§impl From<AdapterPropertiesWGPU> for AdapterInfoExtension
impl From<AdapterPropertiesWGPU> for AdapterInfoExtension
Source§fn from(ext: AdapterPropertiesWGPU) -> Self
fn from(ext: AdapterPropertiesWGPU) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for AdapterPropertiesWGPU
impl RefUnwindSafe for AdapterPropertiesWGPU
impl Send for AdapterPropertiesWGPU
impl Sync for AdapterPropertiesWGPU
impl Unpin for AdapterPropertiesWGPU
impl UnsafeUnpin for AdapterPropertiesWGPU
impl UnwindSafe for AdapterPropertiesWGPU
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