Enum qapi_qmp::LostTickPolicy [−][src]
pub enum LostTickPolicy {
discard,
delay,
merge,
slew,
}Variants
discarddelaymergeslew
Trait Implementations
impl Debug for LostTickPolicy[src]
impl Debug for LostTickPolicyfn 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 LostTickPolicy[src]
impl Clone for LostTickPolicyfn clone(&self) -> LostTickPolicy[src]
fn clone(&self) -> LostTickPolicyReturns 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
Auto Trait Implementations
impl Send for LostTickPolicy
impl Send for LostTickPolicyimpl Sync for LostTickPolicy
impl Sync for LostTickPolicy