Struct rvvm_sys::rvvm_mmio_type_t
source · #[repr(C)]pub struct rvvm_mmio_type_t {
pub remove: Option<unsafe extern "C" fn(dev: *mut rvvm_mmio_dev_t)>,
pub update: Option<unsafe extern "C" fn(dev: *mut rvvm_mmio_dev_t)>,
pub reset: Option<unsafe extern "C" fn(dev: *mut rvvm_mmio_dev_t)>,
pub name: *const c_char,
}
Fields§
§remove: Option<unsafe extern "C" fn(dev: *mut rvvm_mmio_dev_t)>
§update: Option<unsafe extern "C" fn(dev: *mut rvvm_mmio_dev_t)>
§reset: Option<unsafe extern "C" fn(dev: *mut rvvm_mmio_dev_t)>
§name: *const c_char
Trait Implementations§
source§impl Clone for rvvm_mmio_type_t
impl Clone for rvvm_mmio_type_t
source§fn clone(&self) -> rvvm_mmio_type_t
fn clone(&self) -> rvvm_mmio_type_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more