Struct Lpm
pub struct Lpm {
pub(crate) _kernel_module_handle: KernelModuleHandle,
pub(crate) connection: Connection,
pub(crate) _private: (),
}Expand description
Connection to the LPM kernel module.
See the crate level documentation for more information.
Fields§
§_kernel_module_handle: KernelModuleHandleAvailable on Linux or Android only.
§connection: ConnectionAvailable on Linux or Android only.
§_private: ()Implementations§
Auto Trait Implementations§
impl Freeze for Lpm
impl !RefUnwindSafe for Lpm
impl Send for Lpm
impl Sync for Lpm
impl Unpin for Lpm
impl !UnwindSafe for Lpm
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