#[repr(C)]pub struct trace_string_ref_t {
pub encoded_value: u16,
pub inline_string: *const c_char,
}
Fields§
§encoded_value: u16
§inline_string: *const c_char
Trait Implementations§
Source§impl Clone for trace_string_ref_t
impl Clone for trace_string_ref_t
Source§fn clone(&self) -> trace_string_ref_t
fn clone(&self) -> trace_string_ref_t
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 moreimpl Copy for trace_string_ref_t
impl Send for trace_string_ref_t
impl Sync for trace_string_ref_t
Auto Trait Implementations§
impl Freeze for trace_string_ref_t
impl RefUnwindSafe for trace_string_ref_t
impl Unpin for trace_string_ref_t
impl UnwindSafe for trace_string_ref_t
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