Type Alias simics_api_sys::dbuffer_t

source ·
pub type dbuffer_t = dbuffer;
Expand description

Aliased Type§

struct dbuffer_t {
    _unused: [u8; 0],
}

Fields§

§_unused: [u8; 0]

Trait Implementations

source§

impl Clone for dbuffer

source§

fn clone(&self) -> dbuffer

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for dbuffer

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for dbuffer