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: u32upper-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: u32bar, all four channels ought be the same.
flags: u64Implementations§
Source§impl NcProgBarOptions
§NcProgBarOptions Methods
impl NcProgBarOptions
§NcProgBarOptions Methods
Source§impl NcProgBarOptions
impl NcProgBarOptions
Sourcepub const RETROGRADE: u32 = 1u32
pub const RETROGRADE: u32 = 1u32
proceeds left/down