#[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.
Trait Implementations§
impl Copy for DVLB_s
Auto Trait Implementations§
impl Freeze for DVLB_s
impl RefUnwindSafe for DVLB_s
impl !Send for DVLB_s
impl !Sync for DVLB_s
impl Unpin for DVLB_s
impl UnwindSafe for DVLB_s
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)