Struct panda_sys::NetdevVhostUserOptions [−][src]
#[repr(C)]pub struct NetdevVhostUserOptions { pub chardev: *mut c_char, pub has_vhostforce: bool, pub vhostforce: bool, pub has_queues: bool, pub queues: i64, }
Fields
chardev: *mut c_charhas_vhostforce: boolvhostforce: boolhas_queues: boolqueues: i64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NetdevVhostUserOptionsimpl !Send for NetdevVhostUserOptionsimpl !Sync for NetdevVhostUserOptionsimpl Unpin for NetdevVhostUserOptionsimpl UnwindSafe for NetdevVhostUserOptionsBlanket Implementations
Mutably borrows from an owned value. Read more