#[repr(C, align(16))]pub struct ResidentRelationSlot {
pub relation: ResidentRelationView,
pub generation: u32,
pub flags: u32,
pub initial_count: u32,
pub schema_tag: u32,
}Expand description
Fixed-address relation table entry with replay-generation metadata.
Fields§
§relation: ResidentRelationView§generation: u32§flags: u32§initial_count: u32§schema_tag: u32Trait Implementations§
Source§impl Clone for ResidentRelationSlot
impl Clone for ResidentRelationSlot
Source§fn clone(&self) -> ResidentRelationSlot
fn clone(&self) -> ResidentRelationSlot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ResidentRelationSlot
Source§impl Debug for ResidentRelationSlot
impl Debug for ResidentRelationSlot
Source§impl Default for ResidentRelationSlot
impl Default for ResidentRelationSlot
Source§fn default() -> ResidentRelationSlot
fn default() -> ResidentRelationSlot
Returns the “default value” for a type. Read more
impl DeviceRepr for ResidentRelationSlot
impl Eq for ResidentRelationSlot
Source§impl PartialEq for ResidentRelationSlot
impl PartialEq for ResidentRelationSlot
Source§fn eq(&self, other: &ResidentRelationSlot) -> bool
fn eq(&self, other: &ResidentRelationSlot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResidentRelationSlot
Auto Trait Implementations§
impl Freeze for ResidentRelationSlot
impl RefUnwindSafe for ResidentRelationSlot
impl Send for ResidentRelationSlot
impl Sync for ResidentRelationSlot
impl Unpin for ResidentRelationSlot
impl UnsafeUnpin for ResidentRelationSlot
impl UnwindSafe for ResidentRelationSlot
Blanket Implementations§
impl<T> Allocation for T
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more