pub struct GIC_FEATURES { /* private fields */ }Trait Implementations§
Source§impl Deref for GIC_FEATURES
impl Deref for GIC_FEATURES
Source§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 UnsafeUnpin 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