Struct islet_rmm::gic::GicFeatures
source · pub struct GicFeatures {
pub nr_lrs: usize,
pub nr_aprs: usize,
pub pri_res0_mask: u64,
pub max_vintid: u64,
pub ext_range: bool,
}
Fields§
§nr_lrs: usize
§nr_aprs: usize
§pri_res0_mask: u64
§max_vintid: u64
§ext_range: bool
Auto Trait Implementations§
impl Freeze for GicFeatures
impl RefUnwindSafe for GicFeatures
impl Send for GicFeatures
impl Sync for GicFeatures
impl Unpin for GicFeatures
impl UnwindSafe for GicFeatures
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