#[repr(C)]pub struct bank_before_read_interface {
pub offset: Option<unsafe extern "C" fn(handle: *mut bank_access_t) -> physical_address_t>,
pub size: Option<unsafe extern "C" fn(handle: *mut bank_access_t) -> physical_address_t>,
pub set_offset: Option<unsafe extern "C" fn(handle: *mut bank_access_t, offset: physical_address_t)>,
pub inquire: Option<unsafe extern "C" fn(handle: *mut bank_access_t)>,
pub initiator: Option<unsafe extern "C" fn(handle: *mut bank_access_t) -> *mut conf_object_t>,
}
Fields§
§offset: Option<unsafe extern "C" fn(handle: *mut bank_access_t) -> physical_address_t>
§size: Option<unsafe extern "C" fn(handle: *mut bank_access_t) -> physical_address_t>
§set_offset: Option<unsafe extern "C" fn(handle: *mut bank_access_t, offset: physical_address_t)>
§inquire: Option<unsafe extern "C" fn(handle: *mut bank_access_t)>
§initiator: Option<unsafe extern "C" fn(handle: *mut bank_access_t) -> *mut conf_object_t>
Trait Implementations§
source§impl Clone for bank_before_read_interface
impl Clone for bank_before_read_interface
source§fn clone(&self) -> bank_before_read_interface
fn clone(&self) -> bank_before_read_interface
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 moresource§impl Debug for bank_before_read_interface
impl Debug for bank_before_read_interface
source§impl Default for bank_before_read_interface
impl Default for bank_before_read_interface
source§fn default() -> bank_before_read_interface
fn default() -> bank_before_read_interface
Returns the “default value” for a type. Read more
source§impl Hash for bank_before_read_interface
impl Hash for bank_before_read_interface
source§impl Ord for bank_before_read_interface
impl Ord for bank_before_read_interface
source§fn cmp(&self, other: &bank_before_read_interface) -> Ordering
fn cmp(&self, other: &bank_before_read_interface) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialOrd for bank_before_read_interface
impl PartialOrd for bank_before_read_interface
impl Copy for bank_before_read_interface
impl Eq for bank_before_read_interface
impl StructuralPartialEq for bank_before_read_interface
Auto Trait Implementations§
impl Freeze for bank_before_read_interface
impl RefUnwindSafe for bank_before_read_interface
impl Send for bank_before_read_interface
impl Sync for bank_before_read_interface
impl Unpin for bank_before_read_interface
impl UnwindSafe for bank_before_read_interface
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)