pub struct GicItsInfo {
pub its_base: u64,
}Expand description
GICv3 ITS (Interrupt Translation Service) parameters.
Fields§
§its_base: u64Physical base address of the ITS MMIO region (must be 64 KiB aligned).
Trait Implementations§
Source§impl Clone for GicItsInfo
impl Clone for GicItsInfo
Source§fn clone(&self) -> GicItsInfo
fn clone(&self) -> GicItsInfo
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 GicItsInfo
impl Debug for GicItsInfo
Source§impl PartialEq for GicItsInfo
impl PartialEq for GicItsInfo
impl Copy for GicItsInfo
impl Eq for GicItsInfo
impl StructuralPartialEq for GicItsInfo
Auto Trait Implementations§
impl Freeze for GicItsInfo
impl RefUnwindSafe for GicItsInfo
impl Send for GicItsInfo
impl Sync for GicItsInfo
impl Unpin for GicItsInfo
impl UnsafeUnpin for GicItsInfo
impl UnwindSafe for GicItsInfo
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