#[repr(C)]pub struct UnityProfilerMarkerData {
pub type_: UnityProfilerMarkerDataType,
pub reserved0: u8,
pub reserved1: u16,
pub size: u32,
pub ptr: *const c_void,
}
Fields§
§type_: UnityProfilerMarkerDataType
§reserved0: u8
§reserved1: u16
§size: u32
§ptr: *const c_void
Trait Implementations§
Source§impl Clone for UnityProfilerMarkerData
impl Clone for UnityProfilerMarkerData
Source§fn clone(&self) -> UnityProfilerMarkerData
fn clone(&self) -> UnityProfilerMarkerData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for UnityProfilerMarkerData
impl Default for UnityProfilerMarkerData
impl Copy for UnityProfilerMarkerData
Auto Trait Implementations§
impl Freeze for UnityProfilerMarkerData
impl RefUnwindSafe for UnityProfilerMarkerData
impl !Send for UnityProfilerMarkerData
impl !Sync for UnityProfilerMarkerData
impl Unpin for UnityProfilerMarkerData
impl UnwindSafe for UnityProfilerMarkerData
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