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
sourceimpl Clone for rvvm_mmio_type_t
impl Clone for rvvm_mmio_type_t
sourcefn clone(&self) -> rvvm_mmio_type_t
fn clone(&self) -> rvvm_mmio_type_t
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for rvvm_mmio_type_t
impl Debug for rvvm_mmio_type_t
impl Copy for rvvm_mmio_type_t
Auto Trait Implementations
impl RefUnwindSafe for rvvm_mmio_type_t
impl !Send for rvvm_mmio_type_t
impl !Sync for rvvm_mmio_type_t
impl Unpin for rvvm_mmio_type_t
impl UnwindSafe for rvvm_mmio_type_t
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more