#[repr(C)]pub struct extvtoc {
pub v_bootinfo: [u64; 3],
pub v_sanity: u64,
pub v_version: u64,
pub v_volume: [c_char; 8],
pub v_sectorsz: ushort_t,
pub v_nparts: ushort_t,
pub pad: [ushort_t; 2],
pub v_reserved: [u64; 10],
pub v_part: [extpartition; 16],
pub timestamp: [u64; 16],
pub v_asciilabel: [c_char; 128],
}Fields§
§v_bootinfo: [u64; 3]§v_sanity: u64§v_version: u64§v_volume: [c_char; 8]§v_sectorsz: ushort_t§v_nparts: ushort_t§pad: [ushort_t; 2]§v_reserved: [u64; 10]§v_part: [extpartition; 16]§timestamp: [u64; 16]§v_asciilabel: [c_char; 128]Trait Implementations§
Auto Trait Implementations§
impl Freeze for extvtoc
impl RefUnwindSafe for extvtoc
impl Send for extvtoc
impl Sync for extvtoc
impl Unpin for extvtoc
impl UnwindSafe for extvtoc
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