pub struct Volume {
pub path: PathBuf,
pub boot_sector: BootSector,
pub cluster_size: u64,
pub volume_size: u64,
pub file_record_size: u64,
pub mft_position: u64,
}
Fields§
§path: PathBuf
§boot_sector: BootSector
§cluster_size: u64
§volume_size: u64
§file_record_size: u64
§mft_position: u64
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Volume
impl RefUnwindSafe for Volume
impl Send for Volume
impl Sync for Volume
impl Unpin for Volume
impl UnwindSafe for Volume
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