Struct nrfxlib_sys::nrf_modem_init_params
source · #[repr(C)]pub struct nrf_modem_init_params {
pub shmem: nrf_modem_shmem_cfg,
pub ipc_irq_prio: u32,
pub fault_handler: nrf_modem_fault_handler_t,
}Expand description
Modem library initialization parameters.
Fields§
§shmem: nrf_modem_shmem_cfgShared memory configuration
ipc_irq_prio: u32IPC IRQ priority
fault_handler: nrf_modem_fault_handler_tModem fault handler
Trait Implementations§
source§impl Clone for nrf_modem_init_params
impl Clone for nrf_modem_init_params
source§fn clone(&self) -> nrf_modem_init_params
fn clone(&self) -> nrf_modem_init_params
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more