pub struct FreeSpace {
pub start: u64,
pub size: u64,
}
Expand description
Represents a contiguous range of free sectors on disk
Fields§
§start: u64
§size: u64
Trait Implementations§
impl Eq for FreeSpace
impl StructuralPartialEq for FreeSpace
Auto Trait Implementations§
impl Freeze for FreeSpace
impl RefUnwindSafe for FreeSpace
impl Send for FreeSpace
impl Sync for FreeSpace
impl Unpin for FreeSpace
impl UnwindSafe for FreeSpace
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more