pub struct ColorPickerParams<'a> {
pub label: &'a ImStr,
pub flags: Option<ImGuiColorEditFlags>,
pub preview: Option<ColorPreview>,
pub format: Option<ColorFormat>,
pub mode: Option<ColorPickerMode>,
}Fields§
§label: &'a ImStr§flags: Option<ImGuiColorEditFlags>§preview: Option<ColorPreview>§format: Option<ColorFormat>§mode: Option<ColorPickerMode>Auto Trait Implementations§
impl<'a> Freeze for ColorPickerParams<'a>
impl<'a> RefUnwindSafe for ColorPickerParams<'a>
impl<'a> Send for ColorPickerParams<'a>
impl<'a> Sync for ColorPickerParams<'a>
impl<'a> Unpin for ColorPickerParams<'a>
impl<'a> UnwindSafe for ColorPickerParams<'a>
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