#[repr(C)]pub struct ProfilerViewUiResT {
pub open_statistics_view: ProfilerViewUiResOpenStatisticsT,
}Fields§
§open_statistics_view: ProfilerViewUiResOpenStatisticsTTrait Implementations§
Auto Trait Implementations§
impl !Send for ProfilerViewUiResT
impl !Sync for ProfilerViewUiResT
impl Freeze for ProfilerViewUiResT
impl RefUnwindSafe for ProfilerViewUiResT
impl Unpin for ProfilerViewUiResT
impl UnsafeUnpin for ProfilerViewUiResT
impl UnwindSafe for ProfilerViewUiResT
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