#[repr(C, packed(1))]pub struct AspGlobalRegisters {
pub _reserved: u32,
pub feature_register_address: u64,
pub interrupt_enable_register_address: u64,
pub interrupt_status_register_address: u64,
}Fields§
§_reserved: u32§feature_register_address: u64§interrupt_enable_register_address: u64§interrupt_status_register_address: u64Trait Implementations§
Source§impl AsptStruct for AspGlobalRegisters
impl AsptStruct for AspGlobalRegisters
const TYPE: AsptStructType = AsptStructType::ASP_GLOBAL_REGISTERS
Source§impl Clone for AspGlobalRegisters
impl Clone for AspGlobalRegisters
Source§fn clone(&self) -> AspGlobalRegisters
fn clone(&self) -> AspGlobalRegisters
Returns a duplicate 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 AspGlobalRegisters
impl Debug for AspGlobalRegisters
Source§impl IntoBytes for AspGlobalRegisters
impl IntoBytes for AspGlobalRegisters
Source§impl KnownLayout for AspGlobalRegisterswhere
u64: KnownLayout,
impl KnownLayout for AspGlobalRegisterswhere
u64: KnownLayout,
Source§type PointerMetadata = <u64 as KnownLayout>::PointerMetadata
type PointerMetadata = <u64 as KnownLayout>::PointerMetadata
The type of metadata stored in a pointer to
Self. Read more§fn size_for_metadata(meta: Self::PointerMetadata) -> Option<usize>
fn size_for_metadata(meta: Self::PointerMetadata) -> Option<usize>
Computes the size of an object of type
Self with the given pointer
metadata. Read moreimpl Copy for AspGlobalRegisters
impl Immutable for AspGlobalRegisters
Auto Trait Implementations§
impl Freeze for AspGlobalRegisters
impl RefUnwindSafe for AspGlobalRegisters
impl Send for AspGlobalRegisters
impl Sync for AspGlobalRegisters
impl Unpin for AspGlobalRegisters
impl UnwindSafe for AspGlobalRegisters
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