pub struct DevRecord {
pub devid: u64,
pub device: DeviceItem,
pub source: RecordSource,
pub generation: u64,
}Expand description
A recovered DEV_ITEM with provenance.
Fields§
§devid: u64Device ID.
device: DeviceItemThe parsed device item.
source: RecordSourceWhere this record was found.
generation: u64Generation of the tree block containing this record.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DevRecord
impl RefUnwindSafe for DevRecord
impl Send for DevRecord
impl Sync for DevRecord
impl Unpin for DevRecord
impl UnsafeUnpin for DevRecord
impl UnwindSafe for DevRecord
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