pub struct TextinfoFlags(/* private fields */);
Implementations§
Source§impl TextinfoFlags
impl TextinfoFlags
pub fn label(&mut self, v: bool) -> &mut Self
pub fn text(&mut self, v: bool) -> &mut Self
pub fn percent_initial(&mut self, v: bool) -> &mut Self
pub fn percent_previous(&mut self, v: bool) -> &mut Self
pub fn percent_total(&mut self, v: bool) -> &mut Self
pub fn value(&mut self, v: bool) -> &mut Self
Trait Implementations§
Source§impl Default for TextinfoFlags
impl Default for TextinfoFlags
Source§fn default() -> TextinfoFlags
fn default() -> TextinfoFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextinfoFlags
impl RefUnwindSafe for TextinfoFlags
impl Send for TextinfoFlags
impl Sync for TextinfoFlags
impl Unpin for TextinfoFlags
impl UnwindSafe for TextinfoFlags
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more