pub struct MidxObjectRef {
pub oid: ObjectId,
pub pack_int_id: usize,
}Expand description
A single MIDX-referenced object together with the pack it is attributed to.
Fields§
§oid: ObjectId§pack_int_id: usizeIndex into the pack-names list returned alongside this.
Auto Trait Implementations§
impl Freeze for MidxObjectRef
impl RefUnwindSafe for MidxObjectRef
impl Send for MidxObjectRef
impl Sync for MidxObjectRef
impl Unpin for MidxObjectRef
impl UnsafeUnpin for MidxObjectRef
impl UnwindSafe for MidxObjectRef
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