Skip to main content

WlanPhySetBtCoexistenceModeResult

Type Alias WlanPhySetBtCoexistenceModeResult 

Source
pub type WlanPhySetBtCoexistenceModeResult = Result<(), i32>;

Aliased Type§

pub enum WlanPhySetBtCoexistenceModeResult {
    Ok(()),
    Err(i32),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(i32)

Contains the error value