pub unsafe extern "C" fn nvme_ctrl_set_persistent(
c: nvme_ctrl_t,
persistent: bool,
)Expand description
nvme_ctrl_set_persistent() - Set the ‘persistent’ flag @c: Controller instance @persistent: value of the ‘persistent’ flag
Set the ‘persistent’ flag of @c to @persistent