pub struct Wlantap { /* private fields */ }Implementations§
Source§impl Wlantap
impl Wlantap
pub async fn open() -> Result<Self, Error>
pub async fn open_from_devfs(devfs: &DirectoryProxy) -> Result<Self, Error>
pub async fn create_phy( &self, config: WlantapPhyConfig, ) -> Result<WlantapPhyProxy, Error>
Auto Trait Implementations§
impl Freeze for Wlantap
impl !RefUnwindSafe for Wlantap
impl Send for Wlantap
impl Sync for Wlantap
impl Unpin for Wlantap
impl UnsafeUnpin for Wlantap
impl !UnwindSafe for Wlantap
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