pub struct OpSubflowCreateDo<'r> { /* private fields */ }Available on crate feature
mptcp_pm only.Expand description
Create subflow
Flags: uns-admin-perm
Request attributes:
Implementations§
Source§impl<'r> OpSubflowCreateDo<'r>
impl<'r> OpSubflowCreateDo<'r>
pub fn new(request: Request<'r>) -> Self
pub fn encode_request<'buf>( buf: &'buf mut Vec<u8>, ) -> PushAttr<&'buf mut Vec<u8>>
pub fn encode(&mut self) -> PushAttr<&mut Vec<u8>>
pub fn into_encoder(self) -> PushAttr<RequestBuf<'r>>
pub fn decode_request<'a>(buf: &'a [u8]) -> IterableAttr<'a> ⓘ
Trait Implementations§
Source§impl<'r> Debug for OpSubflowCreateDo<'r>
impl<'r> Debug for OpSubflowCreateDo<'r>
Source§impl NetlinkRequest for OpSubflowCreateDo<'_>
impl NetlinkRequest for OpSubflowCreateDo<'_>
type ReplyType<'buf> = IterableAttr<'buf>
fn decode_reply<'buf>(buf: &'buf [u8]) -> Self::ReplyType<'buf>
Auto Trait Implementations§
impl<'r> !UnwindSafe for OpSubflowCreateDo<'r>
impl<'r> Freeze for OpSubflowCreateDo<'r>
impl<'r> RefUnwindSafe for OpSubflowCreateDo<'r>
impl<'r> Send for OpSubflowCreateDo<'r>
impl<'r> Sync for OpSubflowCreateDo<'r>
impl<'r> Unpin for OpSubflowCreateDo<'r>
impl<'r> UnsafeUnpin for OpSubflowCreateDo<'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