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