#[repr(C)]pub struct RuntimeRecordKeyView {
pub kind: RecordKind,
pub sys_id: SysId,
}Expand description
ABI view of a record key.
Fields§
§kind: RecordKindStable record kind.
sys_id: SysIdHost-assigned system id.
Trait Implementations§
Source§impl Clone for RuntimeRecordKeyView
impl Clone for RuntimeRecordKeyView
Source§fn clone(&self) -> RuntimeRecordKeyView
fn clone(&self) -> RuntimeRecordKeyView
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 RuntimeRecordKeyView
impl Debug for RuntimeRecordKeyView
Source§impl From<RecordKey> for RuntimeRecordKeyView
impl From<RecordKey> for RuntimeRecordKeyView
Source§impl From<RuntimeRecordKeyView> for RecordKey
impl From<RuntimeRecordKeyView> for RecordKey
Source§fn from(value: RuntimeRecordKeyView) -> Self
fn from(value: RuntimeRecordKeyView) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RuntimeRecordKeyView
impl PartialEq for RuntimeRecordKeyView
impl Copy for RuntimeRecordKeyView
impl Eq for RuntimeRecordKeyView
impl StructuralPartialEq for RuntimeRecordKeyView
Auto Trait Implementations§
impl Freeze for RuntimeRecordKeyView
impl RefUnwindSafe for RuntimeRecordKeyView
impl Send for RuntimeRecordKeyView
impl Sync for RuntimeRecordKeyView
impl Unpin for RuntimeRecordKeyView
impl UnsafeUnpin for RuntimeRecordKeyView
impl UnwindSafe for RuntimeRecordKeyView
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