#[repr(C)]pub struct nrf_modem_bootloader_init_params {
pub shmem: nrf_modem_bootloader_shmem_cfg,
pub ipc_irq_prio: u32,
pub fault_handler: nrf_modem_fault_handler_t,
}Expand description
Modem library bootloader initialization parameters.
Fields§
§shmem: nrf_modem_bootloader_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_bootloader_init_params
impl Clone for nrf_modem_bootloader_init_params
Source§fn clone(&self) -> nrf_modem_bootloader_init_params
fn clone(&self) -> nrf_modem_bootloader_init_params
Returns a duplicate 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 moreimpl Copy for nrf_modem_bootloader_init_params
Auto Trait Implementations§
impl Freeze for nrf_modem_bootloader_init_params
impl RefUnwindSafe for nrf_modem_bootloader_init_params
impl Send for nrf_modem_bootloader_init_params
impl Sync for nrf_modem_bootloader_init_params
impl Unpin for nrf_modem_bootloader_init_params
impl UnwindSafe for nrf_modem_bootloader_init_params
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