pub struct EmdVolume {
pub volume_label: String,
pub volume_serial: u32,
pub source: Provenance,
}Expand description
One cached volume: its label and 4-byte volume serial number.
Fields§
§volume_label: StringThe volume label (may be empty — an unlabelled volume still has a serial).
volume_serial: u32The 4-byte volume serial number (BS_VolID / the vol-displayed serial).
source: ProvenanceWhere the record was decoded from.
Trait Implementations§
impl Eq for EmdVolume
impl StructuralPartialEq for EmdVolume
Auto Trait Implementations§
impl Freeze for EmdVolume
impl RefUnwindSafe for EmdVolume
impl Send for EmdVolume
impl Sync for EmdVolume
impl Unpin for EmdVolume
impl UnsafeUnpin for EmdVolume
impl UnwindSafe for EmdVolume
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