#[repr(C)]pub struct WGPUConstantEntry {
pub nextInChain: *mut WGPUChainedStruct,
pub key: WGPUStringView,
pub value: f64,
}Fields§
§nextInChain: *mut WGPUChainedStruct§key: WGPUStringView§value: f64Trait Implementations§
Source§impl Clone for WGPUConstantEntry
impl Clone for WGPUConstantEntry
Source§fn clone(&self) -> WGPUConstantEntry
fn clone(&self) -> WGPUConstantEntry
Returns a duplicate 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 WGPUConstantEntry
impl Debug for WGPUConstantEntry
Source§impl Default for WGPUConstantEntry
impl Default for WGPUConstantEntry
Source§impl PartialEq for WGPUConstantEntry
impl PartialEq for WGPUConstantEntry
Source§impl PartialOrd for WGPUConstantEntry
impl PartialOrd for WGPUConstantEntry
impl Copy for WGPUConstantEntry
impl StructuralPartialEq for WGPUConstantEntry
Auto Trait Implementations§
impl Freeze for WGPUConstantEntry
impl RefUnwindSafe for WGPUConstantEntry
impl !Send for WGPUConstantEntry
impl !Sync for WGPUConstantEntry
impl Unpin for WGPUConstantEntry
impl UnwindSafe for WGPUConstantEntry
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