pub struct SparseExtent {
pub offset: u64,
pub length: u64,
}Fields§
§offset: u64§length: u64Trait Implementations§
Source§impl Clone for SparseExtent
impl Clone for SparseExtent
Source§fn clone(&self) -> SparseExtent
fn clone(&self) -> SparseExtent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SparseExtent
impl Debug for SparseExtent
impl Eq for SparseExtent
Source§impl PartialEq for SparseExtent
impl PartialEq for SparseExtent
impl StructuralPartialEq for SparseExtent
Auto Trait Implementations§
impl Freeze for SparseExtent
impl RefUnwindSafe for SparseExtent
impl Send for SparseExtent
impl Sync for SparseExtent
impl Unpin for SparseExtent
impl UnsafeUnpin for SparseExtent
impl UnwindSafe for SparseExtent
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