[][src]Trait qapi_qga::QgaCommand

pub trait QgaCommand: Command { }

Implementations on Foreign Types

impl<'a, T: QgaCommand> QgaCommand for &'a T[src]

impl<'a, T: QgaCommand> QgaCommand for &'a mut T[src]

Loading content...

Implementors

impl QgaCommand for guest_exec[src]

impl QgaCommand for guest_exec_status[src]

impl QgaCommand for guest_file_close[src]

impl QgaCommand for guest_file_flush[src]

impl QgaCommand for guest_file_open[src]

impl QgaCommand for guest_file_read[src]

impl QgaCommand for guest_file_seek[src]

impl QgaCommand for guest_file_write[src]

impl QgaCommand for guest_fsfreeze_freeze[src]

impl QgaCommand for guest_fsfreeze_freeze_list[src]

impl QgaCommand for guest_fsfreeze_status[src]

impl QgaCommand for guest_fsfreeze_thaw[src]

impl QgaCommand for guest_fstrim[src]

impl QgaCommand for guest_get_devices[src]

impl QgaCommand for guest_get_disks[src]

impl QgaCommand for guest_get_fsinfo[src]

impl QgaCommand for guest_get_host_name[src]

impl QgaCommand for guest_get_memory_block_info[src]

impl QgaCommand for guest_get_memory_blocks[src]

impl QgaCommand for guest_get_osinfo[src]

impl QgaCommand for guest_get_time[src]

impl QgaCommand for guest_get_timezone[src]

impl QgaCommand for guest_get_users[src]

impl QgaCommand for guest_get_vcpus[src]

impl QgaCommand for guest_info[src]

impl QgaCommand for guest_network_get_interfaces[src]

impl QgaCommand for guest_ping[src]

impl QgaCommand for guest_set_memory_blocks[src]

impl QgaCommand for guest_set_time[src]

impl QgaCommand for guest_set_user_password[src]

impl QgaCommand for guest_set_vcpus[src]

impl QgaCommand for guest_shutdown[src]

impl QgaCommand for guest_ssh_add_authorized_keys[src]

impl QgaCommand for guest_ssh_get_authorized_keys[src]

impl QgaCommand for guest_ssh_remove_authorized_keys[src]

impl QgaCommand for guest_suspend_disk[src]

impl QgaCommand for guest_suspend_hybrid[src]

impl QgaCommand for guest_suspend_ram[src]

impl QgaCommand for guest_sync[src]

impl QgaCommand for guest_sync_delimited[src]

Loading content...