pub type WlanSoftmacBaseStartPassiveScanResult = Result<WlanSoftmacBaseStartPassiveScanResponse, i32>;
Aliased Type§
enum WlanSoftmacBaseStartPassiveScanResult {
Ok(WlanSoftmacBaseStartPassiveScanResponse),
Err(i32),
}
Variants§
Ok(WlanSoftmacBaseStartPassiveScanResponse)
Contains the success value
Err(i32)
Contains the error value