pub struct PushSupportedIftypes<Prev: Pusher> { /* private fields */ }Available on crate feature
nl80211 only.Implementations§
Source§impl<Prev: Pusher> PushSupportedIftypes<Prev>
impl<Prev: Pusher> PushSupportedIftypes<Prev>
pub fn new(prev: Prev) -> Self
pub fn end_nested(self) -> Prev
pub fn push_adhoc(self, value: ()) -> Self
pub fn push_station(self, value: ()) -> Self
pub fn push_ap(self, value: ()) -> Self
pub fn push_ap_vlan(self, value: ()) -> Self
pub fn push_wds(self, value: ()) -> Self
pub fn push_monitor(self, value: ()) -> Self
pub fn push_mesh_point(self, value: ()) -> Self
pub fn push_p2p_client(self, value: ()) -> Self
pub fn push_p2p_go(self, value: ()) -> Self
pub fn push_p2p_device(self, value: ()) -> Self
pub fn push_ocb(self, value: ()) -> Self
pub fn push_nan(self, value: ()) -> Self
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushSupportedIftypes<Prev>
impl<Prev: Pusher> Drop for PushSupportedIftypes<Prev>
Source§impl<Prev: Pusher> Pusher for PushSupportedIftypes<Prev>
impl<Prev: Pusher> Pusher for PushSupportedIftypes<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushSupportedIftypes<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushSupportedIftypes<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushSupportedIftypes<Prev>where
Prev: Send,
impl<Prev> Sync for PushSupportedIftypes<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushSupportedIftypes<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushSupportedIftypes<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushSupportedIftypes<Prev>where
Prev: UnwindSafe,
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