Struct islet_rmm::granule::array::GranuleStatusTable
source · pub struct GranuleStatusTable {
pub entries: [Entry; 1032192],
}
Fields§
§entries: [Entry; 1032192]
Implementations§
Auto Trait Implementations§
impl !Freeze for GranuleStatusTable
impl !RefUnwindSafe for GranuleStatusTable
impl Send for GranuleStatusTable
impl Sync for GranuleStatusTable
impl Unpin for GranuleStatusTable
impl UnwindSafe for GranuleStatusTable
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