#[repr(C)]pub struct ProfilerViewUiResOpenStatisticsT {
pub name: *const c_char,
pub source: *const c_char,
pub color: ColorSrgbT,
pub _padding_22: [c_char; 4],
}Fields§
§name: *const c_char§source: *const c_char§color: ColorSrgbT§_padding_22: [c_char; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProfilerViewUiResOpenStatisticsT
impl RefUnwindSafe for ProfilerViewUiResOpenStatisticsT
impl !Send for ProfilerViewUiResOpenStatisticsT
impl !Sync for ProfilerViewUiResOpenStatisticsT
impl Unpin for ProfilerViewUiResOpenStatisticsT
impl UnwindSafe for ProfilerViewUiResOpenStatisticsT
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