#[repr(C)]pub struct HLS_DATA_ {
pub in_wfi_indicator: u32,
pub my_hart_id: u32,
pub shared_mem_marker: u32,
pub shared_mem_status: u32,
pub shared_mem: *mut u64,
}Fields§
§in_wfi_indicator: u32§my_hart_id: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for HLS_DATA_
impl RefUnwindSafe for HLS_DATA_
impl !Send for HLS_DATA_
impl !Sync for HLS_DATA_
impl Unpin for HLS_DATA_
impl UnwindSafe for HLS_DATA_
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