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