NcProgBarOptions

Type Alias NcProgBarOptions 

Source
pub type NcProgBarOptions = ncprogbar_options;
Expand description

Options struct for NcProgBar

type in C: ncprogbar_options (struct)

Aliased Type§

#[repr(C)]
pub struct NcProgBarOptions { pub ulchannel: u32, pub urchannel: u32, pub blchannel: u32, pub brchannel: u32, pub flags: u64, }

Fields§

§ulchannel: u32

upper-left channel. in the context of a progress bar,

§urchannel: u32

“up” is the direction we are progressing towards, and

§blchannel: u32

“bottom” is the direction of origin. for monochromatic

§brchannel: u32

bar, all four channels ought be the same.

§flags: u64

Implementations§

Source§

impl NcProgBarOptions

§NcProgBarOptions Methods

Source

pub fn new() -> Self

New NcProgBarOptions for NcProgBar.

Source§

impl NcProgBarOptions

Source

pub const RETROGRADE: u32 = 1u32

proceeds left/down