#[repr(C)]pub struct diskextent {
pub startblock: u_int32_t,
pub blockcount: u_int32_t,
}Fields§
§startblock: u_int32_t§blockcount: u_int32_tTrait Implementations§
Source§impl Clone for diskextent
impl Clone for diskextent
Source§fn clone(&self) -> diskextent
fn clone(&self) -> diskextent
Returns a duplicate of the value. Read more
1.0.0 · 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 diskextent
impl Debug for diskextent
impl Copy for diskextent
Auto Trait Implementations§
impl Freeze for diskextent
impl RefUnwindSafe for diskextent
impl Send for diskextent
impl Sync for diskextent
impl Unpin for diskextent
impl UnwindSafe for diskextent
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