pub struct ObjectId {
pub file_id: u16,
pub extent_id: u16,
pub block_id: u16,
pub entry_id: u16,
}
Expand description
Object identifier.
Fields§
§file_id: u16
§extent_id: u16
§block_id: u16
§entry_id: u16
Implementations§
Trait Implementations§
impl Copy for ObjectId
impl Eq for ObjectId
impl StructuralPartialEq for ObjectId
Auto Trait Implementations§
impl Freeze for ObjectId
impl RefUnwindSafe for ObjectId
impl Send for ObjectId
impl Sync for ObjectId
impl Unpin for ObjectId
impl UnwindSafe for ObjectId
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