#[repr(C)]pub struct UiProgressT {
pub id: u64,
pub rect: RectT,
pub text: *const c_char,
}Fields§
§id: u64§rect: RectT§text: *const c_charTrait Implementations§
Auto Trait Implementations§
impl !Send for UiProgressT
impl !Sync for UiProgressT
impl Freeze for UiProgressT
impl RefUnwindSafe for UiProgressT
impl Unpin for UiProgressT
impl UnsafeUnpin for UiProgressT
impl UnwindSafe for UiProgressT
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