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