#[repr(transparent)]pub struct WGPUPowerPreference(pub c_int);Tuple Fields§
§0: c_intImplementations§
Trait Implementations§
Source§impl Clone for WGPUPowerPreference
impl Clone for WGPUPowerPreference
Source§fn clone(&self) -> WGPUPowerPreference
fn clone(&self) -> WGPUPowerPreference
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WGPUPowerPreference
impl Debug for WGPUPowerPreference
Source§impl Hash for WGPUPowerPreference
impl Hash for WGPUPowerPreference
Source§impl PartialEq for WGPUPowerPreference
impl PartialEq for WGPUPowerPreference
impl Copy for WGPUPowerPreference
impl Eq for WGPUPowerPreference
impl StructuralPartialEq for WGPUPowerPreference
Auto Trait Implementations§
impl Freeze for WGPUPowerPreference
impl RefUnwindSafe for WGPUPowerPreference
impl Send for WGPUPowerPreference
impl Sync for WGPUPowerPreference
impl Unpin for WGPUPowerPreference
impl UnwindSafe for WGPUPowerPreference
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