#[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_cfg

Shared memory configuration

§ipc_irq_prio: u32

IPC IRQ priority

§fault_handler: nrf_modem_fault_handler_t

Modem fault handler

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.