#[repr(C)]pub struct dk_part {
pub p_start: diskaddr_t,
pub p_size: diskaddr_t,
pub p_guid: uuid,
pub p_tag: ushort_t,
pub p_flag: ushort_t,
pub p_name: [c_char; 36],
pub p_uguid: uuid,
pub p_resv: [uint_t; 8],
}Fields§
§p_start: diskaddr_t§p_size: diskaddr_t§p_guid: uuid§p_tag: ushort_t§p_flag: ushort_t§p_name: [c_char; 36]§p_uguid: uuid§p_resv: [uint_t; 8]Trait Implementations§
Auto Trait Implementations§
impl Freeze for dk_part
impl RefUnwindSafe for dk_part
impl Send for dk_part
impl Sync for dk_part
impl Unpin for dk_part
impl UnwindSafe for dk_part
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