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