pub struct RequestOpDoRequest<'r> { /* private fields */ }Available on crate feature
nl80211 only.Implementations§
Source§impl<'r> RequestOpDoRequest<'r>
impl<'r> RequestOpDoRequest<'r>
pub fn new(request: Request<'r>, request_type: u8) -> Self
pub fn encode(&mut self) -> PushNl80211Attrs<&mut Vec<u8>>
pub fn into_encoder(self) -> PushNl80211Attrs<RequestBuf<'r>>
Trait Implementations§
Source§impl<'r> Debug for RequestOpDoRequest<'r>
impl<'r> Debug for RequestOpDoRequest<'r>
Source§impl NetlinkRequest for RequestOpDoRequest<'_>
impl NetlinkRequest for RequestOpDoRequest<'_>
type ReplyType<'buf> = IterableNl80211Attrs<'buf>
fn decode_reply<'buf>(buf: &'buf [u8]) -> Self::ReplyType<'buf>
Auto Trait Implementations§
impl<'r> Freeze for RequestOpDoRequest<'r>
impl<'r> RefUnwindSafe for RequestOpDoRequest<'r>
impl<'r> Send for RequestOpDoRequest<'r>
impl<'r> Sync for RequestOpDoRequest<'r>
impl<'r> Unpin for RequestOpDoRequest<'r>
impl<'r> !UnwindSafe for RequestOpDoRequest<'r>
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