#[repr(C)]pub struct DVLB_s {
pub numDVLE: u32_,
pub DVLP: DVLP_s,
pub DVLE: *mut DVLE_s,
}
Expand description
DVLB data.
Fields§
§numDVLE: u32_
< DVLE count.
DVLP: DVLP_s
< Primary DVLP.
DVLE: *mut DVLE_s
< Contained DVLE.
#[repr(C)]pub struct DVLB_s {
pub numDVLE: u32_,
pub DVLP: DVLP_s,
pub DVLE: *mut DVLE_s,
}
DVLB data.
numDVLE: u32_
< DVLE count.
DVLP: DVLP_s
< Primary DVLP.
DVLE: *mut DVLE_s
< Contained DVLE.