#[repr(C)]pub struct DVLP_s {
pub codeSize: u32_,
pub codeData: *mut u32_,
pub opdescSize: u32_,
pub opcdescData: *mut u32_,
}Expand description
DVLP data.
Fields§
§codeSize: u32_< Code size.
codeData: *mut u32_< Code data.
opdescSize: u32_< Operand description size.
opcdescData: *mut u32_< Operand description data.
Trait Implementations§
impl Copy for DVLP_s
Auto Trait Implementations§
impl Freeze for DVLP_s
impl RefUnwindSafe for DVLP_s
impl !Send for DVLP_s
impl !Sync for DVLP_s
impl Unpin for DVLP_s
impl UnwindSafe for DVLP_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)