Enum android_looper::error::Error [] [src]

pub enum Error {
    PrepareLooperFailed,
}

Variants

PrepareLooperFailed

Trait Implementations

Derived Implementations

impl Debug for Error

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Error

fn clone(&self) -> Error

fn clone_from(&mut self, source: &Self)1.0.0

impl Copy for Error