pub struct LayoutKey {
pub view_hash: u64,
pub generation: u64,
}Expand description
Key used to identify a cached layout entry. Combines a view hash with a generation counter for cache invalidation.
Fields§
§view_hash: u64§generation: u64Trait Implementations§
impl Copy for LayoutKey
impl Eq for LayoutKey
impl StructuralPartialEq for LayoutKey
Auto Trait Implementations§
impl Freeze for LayoutKey
impl RefUnwindSafe for LayoutKey
impl Send for LayoutKey
impl Sync for LayoutKey
impl Unpin for LayoutKey
impl UnsafeUnpin for LayoutKey
impl UnwindSafe for LayoutKey
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