#[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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)