Struct libnotcurses_sys::ffi::ncprogbar_options [−][src]
#[repr(C)]pub struct ncprogbar_options { 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
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for ncprogbar_options
impl Send for ncprogbar_options
impl Sync for ncprogbar_options
impl Unpin for ncprogbar_options
impl UnwindSafe for ncprogbar_options
Blanket Implementations
Mutably borrows from an owned value. Read more