pub struct ProgressParams<'a> {
pub overlay: Option<&'a ImStr>,
pub size: Option<[f32; 2]>,
}
Fields§
§overlay: Option<&'a ImStr>
§size: Option<[f32; 2]>
Auto Trait Implementations§
impl<'a> Freeze for ProgressParams<'a>
impl<'a> RefUnwindSafe for ProgressParams<'a>
impl<'a> Send for ProgressParams<'a>
impl<'a> Sync for ProgressParams<'a>
impl<'a> Unpin for ProgressParams<'a>
impl<'a> UnwindSafe for ProgressParams<'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