pub struct MetalExtIncrKey {
pub content_hash: u64,
pub config_hash: u64,
}Expand description
Heuristic freshness key for MetalExt incremental compilation.
Fields§
§content_hash: u64§config_hash: u64Implementations§
Trait Implementations§
Source§impl Clone for MetalExtIncrKey
impl Clone for MetalExtIncrKey
Source§fn clone(&self) -> MetalExtIncrKey
fn clone(&self) -> MetalExtIncrKey
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 MetalExtIncrKey
impl Debug for MetalExtIncrKey
Source§impl Hash for MetalExtIncrKey
impl Hash for MetalExtIncrKey
Source§impl PartialEq for MetalExtIncrKey
impl PartialEq for MetalExtIncrKey
impl Eq for MetalExtIncrKey
impl StructuralPartialEq for MetalExtIncrKey
Auto Trait Implementations§
impl Freeze for MetalExtIncrKey
impl RefUnwindSafe for MetalExtIncrKey
impl Send for MetalExtIncrKey
impl Sync for MetalExtIncrKey
impl Unpin for MetalExtIncrKey
impl UnsafeUnpin for MetalExtIncrKey
impl UnwindSafe for MetalExtIncrKey
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