Struct ytesrev::empty::Empty[][src]

pub struct Empty;

An object that contains nothing and doesn't display anything.

This is not very useful on it's own, but when used together with a WithSize-wrapper, it can act as a breaker in a Stack.

Trait Implementations

impl Drawable for Empty
[src]

Important traits for Vec<u8>

What this object contains

Important traits for Vec<u8>

What this object contains, mutably

When the user presses space, the state of the presentation is advanced. This method is what is called. Read more

What state the object is in

Draw everything

Register all content. This is mostly just used by [LatexObj]s, that need to be registered before loaded. Read more

Load all content

When any event occurs

Tick the object

Auto Trait Implementations

impl Send for Empty

impl Sync for Empty