pub struct ENABLE_COLOR { /* private fields */ }Expand description
Lazy static ENABLE color bool true if color should be enabled false otherwise
Example:
use zenity::color::ENABLE_COLOR;
assert_eq!(*ENABLE_COLOR, false); // if color is supportedTrait Implementations§
Source§impl Deref for ENABLE_COLOR
impl Deref for ENABLE_COLOR
impl LazyStatic for ENABLE_COLOR
Auto Trait Implementations§
impl Freeze for ENABLE_COLOR
impl RefUnwindSafe for ENABLE_COLOR
impl Send for ENABLE_COLOR
impl Sync for ENABLE_COLOR
impl Unpin for ENABLE_COLOR
impl UnwindSafe for ENABLE_COLOR
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