Struct virt::nodedev::NodeDevice [] [src]

pub struct NodeDevice { /* fields omitted */ }

Provides APIs for the management of nodedevs.

See http://libvirt.org/html/libvirt-libvirt-nodedev.html

Methods

impl NodeDevice
[src]

Trait Implementations

impl Debug for NodeDevice
[src]

Formats the value using the given formatter.

impl Drop for NodeDevice
[src]

A method called when the value goes out of scope. Read more