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: 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
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