#[repr(C)]pub struct Dart_TimelineRecorderEvent_Argument {
pub name: *const c_char,
pub value: *const c_char,
}Fields§
§name: *const c_char§value: *const c_charTrait Implementations§
Source§impl Clone for Dart_TimelineRecorderEvent_Argument
impl Clone for Dart_TimelineRecorderEvent_Argument
Source§fn clone(&self) -> Dart_TimelineRecorderEvent_Argument
fn clone(&self) -> Dart_TimelineRecorderEvent_Argument
Returns a duplicate 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 moreimpl Copy for Dart_TimelineRecorderEvent_Argument
Auto Trait Implementations§
impl Freeze for Dart_TimelineRecorderEvent_Argument
impl RefUnwindSafe for Dart_TimelineRecorderEvent_Argument
impl !Send for Dart_TimelineRecorderEvent_Argument
impl !Sync for Dart_TimelineRecorderEvent_Argument
impl Unpin for Dart_TimelineRecorderEvent_Argument
impl UnwindSafe for Dart_TimelineRecorderEvent_Argument
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