#[repr(C)]pub struct pk_debug_item {
pub type_: pk_debug_type,
pub name: *const c_char,
pub value: *mut c_void,
}Fields§
§type_: pk_debug_type§name: *const c_char§value: *mut c_voidTrait Implementations§
Source§impl Clone for pk_debug_item
impl Clone for pk_debug_item
Source§fn clone(&self) -> pk_debug_item
fn clone(&self) -> pk_debug_item
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 pk_debug_item
impl Default for pk_debug_item
impl Copy for pk_debug_item
Auto Trait Implementations§
impl Freeze for pk_debug_item
impl RefUnwindSafe for pk_debug_item
impl !Send for pk_debug_item
impl !Sync for pk_debug_item
impl Unpin for pk_debug_item
impl UnwindSafe for pk_debug_item
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