Enum definitions::InternalInterrupt
[−]
[src]
pub enum InternalInterrupt {
FlushFramebuffer,
}Variants
FlushFramebufferTrait Implementations
impl Debug for InternalInterrupt[src]
impl Clone for InternalInterrupt[src]
fn clone(&self) -> InternalInterrupt
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more