Struct islet_rmm::gic::GIC_FEATURES
source · pub struct GIC_FEATURES { /* private fields */ }
Trait Implementations§
source§impl Deref for GIC_FEATURES
impl Deref for GIC_FEATURES
§type Target = GicFeatures
type Target = GicFeatures
The resulting type after dereferencing.
source§fn deref(&self) -> &GicFeatures
fn deref(&self) -> &GicFeatures
Dereferences the value.
impl LazyStatic for GIC_FEATURES
Auto Trait Implementations§
impl Freeze for GIC_FEATURES
impl RefUnwindSafe for GIC_FEATURES
impl Send for GIC_FEATURES
impl Sync for GIC_FEATURES
impl Unpin for GIC_FEATURES
impl UnwindSafe for GIC_FEATURES
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