#[repr(C)]pub struct hls_t {
pub ipi: *mut u32,
pub mipi_pending: c_int,
pub padding: c_int,
pub timecmp: *mut u64,
pub plic_m_thresh: *mut u32,
pub plic_m_ie: *mut usize,
pub plic_s_thresh: *mut u32,
pub plic_s_ie: *mut usize,
}Fields§
§ipi: *mut u32§mipi_pending: c_int§padding: c_int§timecmp: *mut u64§plic_m_thresh: *mut u32§plic_m_ie: *mut usize§plic_s_thresh: *mut u32§plic_s_ie: *mut usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for hls_t
impl RefUnwindSafe for hls_t
impl !Send for hls_t
impl !Sync for hls_t
impl Unpin for hls_t
impl UnwindSafe for hls_t
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