Trait libnotcurses_sys::NcResizeCbMethods[][src]

pub trait NcResizeCbMethods {
    fn to_rust(&self) -> Option<NcResizeCb>;
fn to_c(&self) -> Option<NcResizeCbUnsafe>; }
Expand description

Enables the NcResizeCb methods.

Required methods

Implementors

Returns NcResizeCbUnsafe.

C style function: ncresizecb_to_c().

no-op.

no-op.

Returns NcResizeCb.

C style function: ncresizecb_to_rust().