pub struct NetlinkSocket { /* private fields */ }Expand description
Netlink socket for message passing between kernel and userland
Implementations§
Source§impl NetlinkSocket
impl NetlinkSocket
Sourcepub fn has_pending(&self) -> bool
pub fn has_pending(&self) -> bool
Check if there are pending messages
Sourcepub fn pending_count(&self) -> usize
pub fn pending_count(&self) -> usize
Number of pending messages