Struct libnotcurses_sys::ffi::ncfadectx [−][src]
#[repr(C)]pub struct ncfadectx { /* fields omitted */ }
Implementations
NcFadeCtx constructor.
Rather than the simple ncplane_fade{in/out}(), ncfadectx_setup() can be paired with a loop over ncplane_fade{in/out}_iteration() + ncfadectx_free().
Returns the number of iterations through which will fade.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ncfadectx
impl UnwindSafe for ncfadectx
Blanket Implementations
Mutably borrows from an owned value. Read more