Struct qapi_qga::guest_set_time [−][src]
Fields
time: Option<isize>
Trait Implementations
impl Debug for guest_set_time[src]
impl Debug for guest_set_timefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for guest_set_time[src]
impl Clone for guest_set_timefn clone(&self) -> guest_set_time[src]
fn clone(&self) -> guest_set_timeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Command for guest_set_time[src]
impl Command for guest_set_timeAuto Trait Implementations
impl Send for guest_set_time
impl Send for guest_set_timeimpl Sync for guest_set_time
impl Sync for guest_set_time