#[repr(C)]pub struct kac_t {Show 17 fields
pub has_kern_flags: c_int,
pub lowest_thread_prio: u32,
pub highest_thread_prio: u32,
pub lowest_cpu_id: u32,
pub highest_cpu_id: u32,
pub svcs_allowed: [u8; 128],
pub mmio: *mut kac_mmio_t,
pub irqs: *mut kac_irq_t,
pub has_app_type: c_int,
pub application_type: u32,
pub has_kern_ver: c_int,
pub kernel_release_version: u32,
pub has_handle_table_size: c_int,
pub handle_table_size: u32,
pub has_debug_flags: c_int,
pub allow_debug: c_int,
pub force_debug: c_int,
}Fields§
§has_kern_flags: c_int§lowest_thread_prio: u32§highest_thread_prio: u32§lowest_cpu_id: u32§highest_cpu_id: u32§svcs_allowed: [u8; 128]§mmio: *mut kac_mmio_t§irqs: *mut kac_irq_t§has_app_type: c_int§application_type: u32§has_kern_ver: c_int§kernel_release_version: u32§has_handle_table_size: c_int§handle_table_size: u32§has_debug_flags: c_int§allow_debug: c_int§force_debug: c_intTrait Implementations§
Auto Trait Implementations§
impl Freeze for kac_t
impl RefUnwindSafe for kac_t
impl !Send for kac_t
impl !Sync for kac_t
impl Unpin for kac_t
impl UnwindSafe for kac_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