Struct qapi_qga::guest_file_open[][src]

pub struct guest_file_open {
    pub path: String,
    pub mode: Option<String>,
}

Fields

Trait Implementations

impl Debug for guest_file_open
[src]

Formats the value using the given formatter. Read more

impl Clone for guest_file_open
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Command for guest_file_open
[src]

NAME: &'static str = "guest-file-open"

Auto Trait Implementations

impl Send for guest_file_open

impl Sync for guest_file_open