pub struct RecordFieldDesc {
pub kind: FieldKind,
}Expand description
What a field is, without reading it: the analogue of Base’s DBADDR.
Only the scalar type is carried, because that is all a PVA structure descriptor depends on.
Fields§
§kind: FieldKindTrait Implementations§
Source§impl Clone for RecordFieldDesc
impl Clone for RecordFieldDesc
Source§fn clone(&self) -> RecordFieldDesc
fn clone(&self) -> RecordFieldDesc
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 RecordFieldDesc
Source§impl Debug for RecordFieldDesc
impl Debug for RecordFieldDesc
impl Eq for RecordFieldDesc
Source§impl PartialEq for RecordFieldDesc
impl PartialEq for RecordFieldDesc
impl StructuralPartialEq for RecordFieldDesc
Auto Trait Implementations§
impl Freeze for RecordFieldDesc
impl RefUnwindSafe for RecordFieldDesc
impl Send for RecordFieldDesc
impl Sync for RecordFieldDesc
impl Unpin for RecordFieldDesc
impl UnsafeUnpin for RecordFieldDesc
impl UnwindSafe for RecordFieldDesc
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