pub struct FileExtent {
pub logical: u64,
pub physical: u64,
pub length: u64,
}Fields§
§logical: u64§physical: u64§length: u64Trait Implementations§
Source§impl Debug for FileExtent
impl Debug for FileExtent
impl Eq for FileExtent
Source§impl PartialEq for FileExtent
impl PartialEq for FileExtent
Source§fn eq(&self, other: &FileExtent) -> bool
fn eq(&self, other: &FileExtent) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FileExtent
Auto Trait Implementations§
impl Freeze for FileExtent
impl RefUnwindSafe for FileExtent
impl Send for FileExtent
impl Sync for FileExtent
impl Unpin for FileExtent
impl UnsafeUnpin for FileExtent
impl UnwindSafe for FileExtent
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