#[repr(C, align(8))]pub struct ResidentRelationView {
pub columns: [u64; 17],
pub widths: [u32; 17],
pub arity: u32,
pub capacity: u32,
pub reserved: u32,
pub num_rows: u64,
}Expand description
Device relation view shared by every compact resident operation.
Fields§
§columns: [u64; 17]§widths: [u32; 17]§arity: u32§capacity: u32§reserved: u32§num_rows: u64Trait Implementations§
Source§impl Clone for ResidentRelationView
impl Clone for ResidentRelationView
Source§fn clone(&self) -> ResidentRelationView
fn clone(&self) -> ResidentRelationView
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 ResidentRelationView
Source§impl Debug for ResidentRelationView
impl Debug for ResidentRelationView
Source§impl Default for ResidentRelationView
impl Default for ResidentRelationView
Source§fn default() -> ResidentRelationView
fn default() -> ResidentRelationView
Returns the “default value” for a type. Read more
impl DeviceRepr for ResidentRelationView
impl Eq for ResidentRelationView
Source§impl PartialEq for ResidentRelationView
impl PartialEq for ResidentRelationView
Source§fn eq(&self, other: &ResidentRelationView) -> bool
fn eq(&self, other: &ResidentRelationView) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResidentRelationView
Auto Trait Implementations§
impl Freeze for ResidentRelationView
impl RefUnwindSafe for ResidentRelationView
impl Send for ResidentRelationView
impl Sync for ResidentRelationView
impl Unpin for ResidentRelationView
impl UnsafeUnpin for ResidentRelationView
impl UnwindSafe for ResidentRelationView
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